consuming .net Web Services from Pocket PC Emulator
-
I have created a hello world webservice using visual Studio 2005 which I would like to consume from a Device Project in the same same solution. I was getting "file not found" message when trying to call the service and so I decided to try and run the webservice from the browser in the emulator. I am able to access the web service via the emulator's browser but when I try to invoke the hello world service, I get "the page you are looking for cannot be found" Might any one know what I am missing? Please help
-
I have created a hello world webservice using visual Studio 2005 which I would like to consume from a Device Project in the same same solution. I was getting "file not found" message when trying to call the service and so I decided to try and run the webservice from the browser in the emulator. I am able to access the web service via the emulator's browser but when I try to invoke the hello world service, I get "the page you are looking for cannot be found" Might any one know what I am missing? Please help
Same as Normal windows application, Add as web reference.