Requires Free Membership to View
From the Microsoft site: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/soap/htm/soap_adv_1icz.asp
MS SOAP gives you two ways to deal with complex types:
- Use the high-level API with a custom type mapper that implements the ISoapTypeMapper interface. You need to manually modify your WSDL and WSML files to specify the type information and the mapper. See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/soap/htm/soap_adv_7xpv.asp
- Use the low-level API and retrieve the the type using IXMLDOMNodeList. See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/soap/htm/soap_adv_77zm.asp
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/soap/htm/soap_sam_adv_customtypemapper_9egj.asp (and IXMLDOMNodeList)
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/soap/htm/soap_sam_adv_ixmldomnodelist_9egk.asp
- http://www.codeproject.com/soap/isoaptypemapper.asp
This was first published in March 2003

Join the conversationComment
Share
Comments
Results
Contribute to the conversation