我正在 C# 中执行 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) 退出。” 被附加在结束标记中。