consuming web service from pocket pc emulation

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

error:
An unhandled exception of type 'System.Net.WebException'
occurred in System.Web.Services.dll
Additional information: Unable to connect to the remote
server

when consuming web service (calling web service method)
from pocket pc 2002 emulation (web service running on the
same computer as emulation). Debug web service was ok.

alex
 
First make sure that you have not built a reference to "localhost" - use a
computer name or IP address other than 127.0.0.1
If this does not help, make sure that the emulator network settings have "My
Network Card Connects" set to "To Internet"
 
Changing "localhost" to computer name and setting "My Network Card
Connects" to "To Internet" really helped.
Thanks a lot.

alex
 
Back
Top