0
我在C#中執行一個http post方法,但響應正常,除了關閉標記。Http post方法響應錯誤
結束我正在一個錯誤之前的所有節點,我得到正確,但最後一個節點..在響應結束 代碼來了這樣的錯誤:
<GENERATEDDATE null="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:nil="true"/></APPLICATIONS></old></tuple></GetApplicationsByUserIdRespThe program
'[5372] CsharpToCPF.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).onse>
</SOAP:Body></SOAP:Envelope>
它應該像
<GENERATEDDATE null="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</APPLICATIONS>
</old>
</tuple>
</GetApplicationsByUserIdResponse>
爲什麼「程序」[5372] CsharpToCPF.exe:Managed(v4.0.30319)'已退出,代碼爲0(0x0)。「正在關閉標籤中添加getiing。
看起來像服務器拋出的異常。聯繫服務器提供商 –