0

手荷物でチケットを発行しようとしましたが、エラーを下回りました。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>

私が欠けているものを教えてください。

4

1 に答える 1