Emulator can't connect to web service
We have a 2.0 web service and a pocket pc application that needs to connect and use its web methods. Problem is, we get "WebException" when trying to connect. The application worked just fine when it was running under the VS 2003 IDE and emulator. Before blaming the conversion process, we made a new sample application and sample web service to test the issue and have the same problem. This seems to occur both on local machines and remote servers.
The error occurs when a call to a web method is made. Any ideas?

