在 sabre Terminal PCC 中,我们尝试预订行程,但有时它有效,有时由于此错误而失败(“SOAP-ENV:Envelope”必须由匹配的结束标签“</SOAP-ENV:Envelope>”终止)。
您能否告诉我们请求有效负载中有哪些错误,因为相同类型的请求有效负载有时可以正常工作而其他时候会失败?
错误响应:
<?xml version="1.0" encoding="UTF-8"?>
<detail>
<StackTrace>javax.xml.soap.SOAPException: Unable to create envelope from given source: Error on line 1 of document : The element type "SOAP-ENV:Envelope" must be terminated by the matching end-tag "</SOAP-ENV:Envelope>". Nested exception: The element type "SOAP-ENV:Envelope" must be terminated by the matching end-tag "</SOAP-ENV:Envelope>".</StackTrace>
</detail>