首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web Service >

win ce的移动设备调用web service展示unable to connect to the remote server

2013-01-19 
win ce的移动设备调用web service显示unable to connect to the remote server我写了一个web service放到

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

我应该从哪些方面检查呢?

谢谢

[解决办法]
web service怎么“放”到你的电脑上的,iis怎么配置的,通过浏览器可以访问么?
[解决办法]
别费劲了。使用“清纯的”http吧,例如 new WebClient().DownloadData 或者 DownloadString。

热点排行