读书人

soap调用webservice报错,请好手帮忙解

发布时间: 2012-12-14 10:33:08 作者: rapoo

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)
[最优解释]
大兄,接分了

读书人网 >XML SOAP

热点推荐