-
Oct 21st, 2009, 07:22 PM
#1
SoapException connecting to .NET web service
Hi all,
I am getting the following exception when I call a .NET web service
org.springframework.ws.soap.client.SoapFaultClient Exception: Server was unable to process request. --> Object reference not set to an instance of an object.
Has anyone run into this one before? Is this a problem with the service or client?
Thanks,
--Narasimha
-
Oct 22nd, 2009, 12:38 AM
#2
"Object reference not set to an instance of an object" it's just .NET version of Java's "NullPointerException", so it's the problem at the server side.
Of course maybe it's because you're sending some message without required parameters, but you should check (or ask for) logs from the server side.
regards
Grzegorz Grzybek
-
Oct 22nd, 2009, 07:57 AM
#3
Thanks Grzegorz. As it turns out I was passing in the wrong parameters.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules