Connecting Tech Pros Worldwide Help | Site Map

SoapException was unhandled

Newbie
 
Join Date: Aug 2009
Posts: 10
#1: Sep 29 '09
Dear All

I have a webservice, which works fine in my local system but when i transfered it to the server. it throws the error

Server was unable to process request. --> Object reference not set to an instance of an object.

Give your suggestion to over come this error.

Regards,
Anitha
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#2: Sep 29 '09

re: SoapException was unhandled


It would be a lot more helpful if you were able to post the line of code that the error was happening on...

You could use a Try/Catch block in your code to catch the error and return it to the client code so that you can see more of the error details.....

-Frinny
Reply