Debug with a local Web Service

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi

I am in the process of developing an PPC application and a webservice to
stand between the database and the device.

When I deploy it to the Emulator I cannot connect to my localhost webservice
such as http://localhost:50927/Servies/Service.asmx


What settings to I need to change to allow the connection

Also, once I use the real device what settings will be required to connect
to the debug version of the web service

Thank you
Samuel
 
Hi,

I am in the process of developing an PPC application and a webservice to
stand between the  database and the device.

When I deploy it to the Emulator I cannot connect to my localhost webservice
such ashttp://localhost:50927/Servies/Service.asmx

What settings to I need to change to allow the connection

Also, once I use the real device what settings will be required to connect
to the debug version of the web service

I cannot definitely answer your questions without more information
about your network topology, but connecting to "localhost" will
connect to just the machine the connecting application is running on,
so it tries to find the web service on the emulated device.

Given that basic network connectivity is given, you have to use the IP
address or hostname of your workstation which is running the web
service.

HTH,
Markus
 
Back
Top