.NET web service question

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top