[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

SchemaLocation within Xml payload and WSDL.exe

Andrew Lane

8/27/2003 1:16:00 PM

Is there anyway to cleanly model or even add the schema
location - i.e. xsi:schemaLocation="http:...
http:.../myshema location" - to a class that has
been generated via wsdl.exe? I am running into a
potential maintanance issue where I gen a .net proxy
class via wsdl.exe but the receiving web service is
expecting the schema location attribute within the
payload but I dont have it cause the schema did not
define it.