我对请求无效机票请求有疑问。在作废机票请求之前,我需要先做什么?我已经尝试了我的工作流程如下:
SessionCreateRQ => TravelItineraryReadRQ => VoidTicketLLSRQ => EndTransactionLLSRQ
无效票申请:
{{soapHeader}}
<soapenv:Body>
<ns:VoidTicketRQ Version="2.1.0">
<ns:Ticketing eTicketNumber="8165070132526"/>
</ns:VoidTicketRQ>
</soapenv:Body>
{{soapFooter}}
无效票响应:
<soap-env:Body>
<VoidTicketRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01" Version="2.1.0">
<stl:ApplicationResults status="NotProcessed">
<stl:Error type="BusinessLogic" timeStamp="2021-06-30T22:55:13-05:00">
<stl:SystemSpecificResults>
<stl:Message>NO TCN/AT NBR MATCH-VERIFY-POSSIBLE MANUAL RFND REQUIRED-0093</stl:Message>
<stl:ShortText>ERR.SWS.HOST.ERROR_IN_RESPONSE</stl:ShortText>
</stl:SystemSpecificResults>
</stl:Error>
</stl:ApplicationResults>
</VoidTicketRS>
</soap-env:Body>