Error executing Stockquote sample

  • Thread starter Thread starter Cris
  • Start date Start date
C

Cris

When executing stockquote sample on my pocket PC, I get
the following error:

"Unable to connect to the remote server"

I followed the instructions to build an execute the
sample, however I'm unable to make it work.

Thanks!
 
The first step is to find out if the web service is up and running on the
server. The way to check this is go into the sourcecode for the web
service, get the URL for the service and stick it in a browser. If the
browser gives a list of callable interfaces to the web service, then the
server side is fine. If it does not, then the error is on server side. 401
error means improper credentials; 404 means the url could not be found.

Also, make sure that the URL specified in the client and the URL at which
the server runs are the same.

~Sandy

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top