当前位置: 代码迷 >> Web Service >> An established connectin was aborted by the software in your host machine解决办法
  详细解决方案

An established connectin was aborted by the software in your host machine解决办法

热度:104   发布时间:2016-05-02 02:25:16.0
An established connectin was aborted by the software in your host machine
服务器调用WebService自动发短信一直OK,前几天电信关闭账号,停用了,现在开通后,发现发不出短信了,出现错误提示,An established connectin was aborted by the software in your host machine

而我用本地调用WebService,没有问题,可以发出短信,请高手解答
------解决方案--------------------
对方中断了你的连接请求(TCP)

一般是IP或PORT错误,或者你所请求的服务未启动
------解决方案--------------------
检查防火墙,看端口是否开放
  相关解决方案