尝试用行李出票,但出现以下错误。执行 TravelItineraryReadRQ 它有 BG ALLOWANCE 5KG 737 DOMESTIC
<AirTicketRS Version="2.9.0" 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">
<stl:ApplicationResults status="NotProcessed">
<stl:Error type="BusinessLogic" timeStamp="2017-04-27T07:38:49-05:00">
<stl:SystemSpecificResults>
<stl:HostCommand LNIATA="193180">W¥EMD¥FCA¥BA*1P05K</stl:HostCommand>
<stl:Message>FORMAT-CHECK ENTRY COMMENCING WITH EMD-0197</stl:Message>
<stl:ShortText>ERR.SWS.HOST.ERROR_IN_RESPONSE</stl:ShortText>
</stl:SystemSpecificResults>
</stl:Error>
</stl:ApplicationResults>
</AirTicketRS>
以下是 AirTicketLLSRQ 的请求
<soapenv:Body>
<ns:AirTicketRQ ReturnHostCommand="true" NumResponses="1" Version="2.9.0">
<!--Optional:-->
<ns:OptionalQualifiers>
<ns:FOP_Qualifiers>
<!--Optional:-->
<ns:BasicFOP Type="CA">
</ns:BasicFOP>
</ns:FOP_Qualifiers>
<ns:MiscQualifiers>
<ns:BaggageAllowance Number="1" Weight="05" />
<ns:Ticket Type="EMD" />
</ns:MiscQualifiers>
</ns:OptionalQualifiers>
</ns:AirTicketRQ>
</soapenv:Body>
请让我知道我错过了什么。