Web service call error
Hello everyone,
I'm am working on we service client that has to make requests to a .NET web service. The request has no parameters.
When I make the request I get the following error:
Server was unable to process request. ---> Object reference not set to an instance of an object.
08/02/01 10:25:18 {http://schemas.xmlsoap.org/soap/envelope/}Server
08/02/01 10:25:18 <detail />
08/02/01 10:25:18 org.apache.axis2.AxisFault: Server was unable to process request. ---> Object reference not set to an instance of an object.
Can anyone help me about where can this error come from?
Thanks in advance
|