日期:2014-05-16  浏览次数:20565 次

soap调用webservice报错,请高手帮忙解决!
Connector:Connection time out. HRESULT=0x800A1527 - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A1527 - Client:Unspecified client error. HRESULT=0x800A1527  

下面为vb.net调用webservice的代码,请高手帮忙解决!谢谢!

  Dim b1 As New MSSOAPLib30.SoapClient30
  b1.MSSoapInit("http://fy.webxml.com.cn/webservices/EnglishChinese.asmx?wsdl")
  Dim result = b1.TranslatorString("hello")
   
  MsgBox(result)
------最佳解决方案--------------------
大師兄,接分來了