Hi,
I’m trying to create a .NET client to consume a webMethods-generated web service (which uses soap-msg, not rpc). I am able to successfully send a request to the web service but the request object coming back is only partially populated. The proxy class in .NET that was generated, calls System.Web.Services.Protocols.SoapHttpClientProtocols.Invoke(), it returns the object results of the correct length, but each element is null. I am able to successfully call this web service from other soap clients and get a valid (fully populated) response. Any ideas why .NET is not mapping/parsing the response from the webMethods web service correctly, or how to get around this?
Thanks in advance for the help!
Sarah
#soa#API-Management#webMethods