关于网友提出的“win ce的移动设备调用web service显示unable to connect to the remote server”问题疑问,本网通过在网上对“win ce的移动设备调用web service显示unable to connect to the remote server”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:
问题:win ce的移动设备调用web service显示unable to connect to the remote server
描述: 我写了一个web service放到我的电脑上
然后写了一个win ce的东西放到移动设备上,这里面需要调用我的电脑上的web serivce做数据更新
如果win ce,ping我电脑的ip是有回应的,但是调用web service的话就说
unable to connect to the remote server
我应该从哪些方面检查呢?
谢谢
解决方案1: 别费劲了。使用“清纯的”http吧,例如 new WebClient().DownloadData 或者 DownloadString。
解决方案2: web service怎么“放”到你的电脑上的,iis怎么配置的,通过浏览器可以访问么?
以上介绍了“win ce的移动设备调用web service显示unable to connect to the remote server”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/1257207.html