A
Arun Kumar
Hi All,
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. Why are th return parameters null?
Thanx & Regds,
Arun
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. Why are th return parameters null?
Thanx & Regds,
Arun