c# - How to connect to a Webservice from a Windows Mobile Device 6.0 -


itemprop = "text">

I would like to create a Windows Mobile App (6.5) that connects to a web server through GRRS on its server Be hosted. Webservice was successfully tested using a windows application.

Can someone please guide me what should I do because I do not know how to move forward Some code would be greatly appreciated.

Thanks

If the service is a standard XML or WCF service, then the project Just right-click on the "Reference" node in the tree and select "Add web reference" as you would with a desktop project. This will create proxy classes for you, which you can then use as your desktop application.

If you are trying to do it and specific problems, hesitate to provide more information and we can assist you.


Comments