all groups > dotnet compact framework > august 2006 >
You're in the

dotnet compact framework

group:

Emulator Connection to Local WebService


Emulator Connection to Local WebService Ivan
8/30/2006 10:34:02 AM
dotnet compact framework:
Hello,

I currently have a smartphone project that uses 2 different web services.
One that is contained on a seperate machine and another that is local (i.e.
localhost). The webservice on the local machine is the problem. I would put
the WebService on the non-local machine, but it's easier for debugging
purposes to have it on the local machine.

Anyways, the local WebService is added easily enough as a Web Referrence to
Visual Studios, but the emulator (Windows Mobile 5.0 emulator) cannot connect
to it.

Do I need to install the Windows Loopback Network Adapter or what?

Any help is greatly appreciated,

-Ivan
Re: Emulator Connection to Local WebService ctacke/
8/30/2006 1:46:41 PM
"localhost" means "on this device" so that would mean the web service is
actually running *on the smartphone itself (the emulator is a separate
device)* which I seriously doubt is the case. Use the host PC's name or IP
address.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



[quoted text, click to view]

Re: Emulator Connection to Local WebService Ivan
8/31/2006 10:41:02 PM
I've tried that too, but I'm continually steered to the settings page?

[quoted text, click to view]
AddThis Social Bookmark Button