Since I couldn't get any replies to my original post, I am going to post the URL where I finally found the solution: http://www.codeproject.com/KB/webservices/DOTNET_with_WS_APACHEAXIS.aspx
Lots of manual work with serialization and using a generic Soap Client. -Joe ________________________________ From: Joey Baghodoughnuts <[email protected]> To: [email protected] Sent: Mon, October 5, 2009 5:03:20 PM Subject: HELP! Axis to .NET - RPC/Encoded style. Does anyone know whether or not there is a way to get the apache soap schema so I can build a .Net client for an axis service that uses the http://xml.apache.org/xml-soap:Document object? I don't even know if this is possible, but I'm sure if there's a way, someone on this list should know. Further background: -I cannot modify the wsdl contract / WS, it's a third party app. -All types (req and response) are of the type http://xml.apache.org/xml-soap:Document -The style is rpc/encoded(i think) (not natively supported in .NET). Any help would be appreciated. Thanks! -Joe
