From: Samuel on 25 Apr 2010 12:14 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
From: MarkusSchaber on 26 Apr 2010 06:05 Hi, On 25 Apr., 18:14, "Samuel" <smshul...(a)hotmail.com> wrote: > 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
|
Pages: 1 Prev: Unicode to ASCII in C# Next: Windows CE Embedded Live Chat Tomorrow! |