You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Kerrigan, Grahame" <gr...@fmr.com> on 2003/05/22 10:21:49 UTC

SOAP Error

Hi,

Has anyone come across the following error and managed to find a solution.

I'm am trying to communicate with a .NET webservice using a Java client
(Apache 1.1 implementation).

Error:

C:\>java SClient

Going to Invoke the service
Finished invoking the service
Call was not Successful - Evaluate the fault
 Fault code: soap:Server
 Fault string: Server was unable to process request. --> Object reference
not set to an instance of an object.java.lang.Exception
        at SClient.getTemp(SClient.java:45)
        at SClient.main(SClient.java:70)

Thank you,

Grahame.