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

调用局域网内的webservice的简单问题
今天调用局域网内的webservice出现了问题,还回的结果如下面显示的:
HTTP/1.1 500 Internal Server Error
Date: Wed, 30 Jan 2013 06:04:19 GMT
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Content-Length: 636

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>System.Web.Services.Protocols.SoapException: 鏈嶅姟鍣ㄦ棤娉曞鐞嗚姹傘€?---&gt; System.Exception: System.Data.OracleClient 闇€瑕?Oracle 瀹㈡埛绔蒋浠?8.1.7 鎴栨洿楂樼増鏈€?
   鍦?Data.DB..ctor()
   鍦?ForTest.CheckTMPSN_1(String TMPSN)
   --- 鍐呴儴寮傚父鍫嗘爤璺熻釜鐨勭粨灏?---</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>

我只是调用别人的接口,所以不知道是自己的代码的问题,还是web服务端的问题这个我看不懂,谢谢各位大侠不吝指教啊。

------解决方案--------------------
看到这些乱码起码把编码换换看看到底说的啥啊,
SoapException: 鏈嶅姟鍣ㄦ棤娉曞鐞嗚姹傘€?---&gt; System.Exception: System.Data.OracleClient 闇€瑕?Oracle 瀹㈡埛绔蒋浠?8.1.7 鎴栨洿楂樼増鏈€?
   鍦?Data.DB..ctor()
   鍦?ForTest.CheckTMPSN_1(String TMPSN)
   --- 鍐呴儴寮傚父鍫嗘爤璺熻釜鐨勭粨灏?---</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>