Debug with a local Web Service

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
 
M

MarkusSchaber

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
 

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