I’m still stuck with the same issue I’m trying to create a .NET client to consume a webMethods web service. Based on the wsdl file given by you I’ve generated a .NET proxy class using the .NET WSDL.EXE. The proxy class appears to send a valid request because webMethods sends back a valid response. However, when the proxy class calls Invoke(), it returns the object results of the correct length i.e. 2 but with each element null. The return parameters are just strings. There are no exceptions. But it just returns null
Thanx
#API-Management#soa#webMethods