Hi,

I have to interact with a .NET Document style WSDL
that has stuff like this in it for the input message.
     <part name="strXML" type="s:string" /> 

The problem is, that is not really a string, but an
XML document, as defined by a external XML schema. As
a result, the client stub generated looks (naturally)
like this: "String methodcall (String strXML)"...

Do you have any experience with this? Is it a common
thing in Document style SOAP/.NET ?

Thanks!

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

Reply via email to