Question

I have a WebService published on a server. I want to consume(invoke) this WS from mobile(mobile Application) which is not in the same network.I want to access this WS through internet 3G.How can i do this in windows mobile 5.0 and Compact framework??

Was it helpful?

Solution

you can access the web service in the same way you would access it using a normal c# application

http://msdn.microsoft.com/en-us/library/aa446547.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top