使用 SOAP API 如何使用 AddRemarkLLSRQ 将 cross 或 lorraine 写入备注?
我曾尝试使用 ascii 代码,但没有运气
请求是
<soapenv:Body>
<ns:AddRemarkRQ Version="2.1.0">
<ns:RemarkInfo>
<!--Zero or more repetitions:-->
<ns:Remark Code="X" Type="General">
<ns:Text>☨ REMARK 1</ns:Text>
</ns:Remark>
</ns:RemarkInfo>
</ns:AddRemarkRQ>
</soapenv:Body>
回应是
<AddRemarkRS Version="2.1.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="2015-05-12T06:09:21-05:00">
<stl:SystemSpecificResults>
<stl:Message>.FRMT.NOT ENT BGNG WITH</stl:Message>
<stl:ShortText>ERR.SWS.HOST.ERROR_IN_RESPONSE</stl:ShortText>
</stl:SystemSpecificResults>
</stl:Error>
</stl:ApplicationResults>
</AddRemarkRS>