質問

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??

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top