consuming web service from pocket pc emulation

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
 
A

Alex Feinman [MVP]

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"
 
A

alex matvienko

Changing "localhost" to computer name and setting "My Network Card
Connects" to "To Internet" really helped.
Thanks a lot.

alex
 

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