.NET web service question

  • Thread starter Thread starter ndrw_cheung
  • Start date Start date
N

ndrw_cheung

Hi, all. I have a webservice running on a Windows 2003 server, and
then an application on my desktop that consumes this web service. When
I tested the webservice (by going to the webservice from IE on the
same machine), the web service works. However, when I tried to step
through my code on my desktop, it gives me the following error at the
line that invokes the web service :

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

I've searched the internet and don't seem to be able to find the
solution. Any ideas how to fix this?

Thanks in advance.

-Andrew
 
Back
Top