I have been creating a webservice using the funtionality in vs.net to do so
(in other words, I havent programmically created any xml). I have a need to
modify the WSDL: specifically, I want to add an IMPORT statement with the
NAMESPACE and the schemaLocation tags.
Can someone point me to a resource explaining how to do so? I dont see this
mentioned in the online docs. There are the various classes and methods in
System.XML to do so, but its not cllear to me how to effect the WSDL document.
Thanks, Mark
John Jenkins - 01 Sep 2004 20:59 GMT
Can you not the import command to your schemas, then use the xsd.exe tool to
generate classes then point wsdl.exe at the service hostin the class. This
should then import all the relevant data structures that were referred to in
the schemas.
> I have been creating a webservice using the funtionality in vs.net to do so
> (in other words, I havent programmically created any xml). I have a need to
[quoted text clipped - 4 lines]
> System.XML to do so, but its not cllear to me how to effect the WSDL document.
> Thanks, Mark