soap - cross or lorraine and AddRemarkLLSRQ? -
using soap api how can write cross or lorraine remark using addremarkllsrq?
i have tried using ascii code have had no luck
the request
<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>
the response is
<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>
this might little late, others...
the sample fizmhd provides correct way implement this. not need specify 'cross of lorraine' character service you.
attributes: code = qualifier (x in case, "x-qualified remark") type = general (a 'general' remark)
the service knows you're trying add "x-qualified general remark", put cross in there you.
also note cross of lorraine can tricky.
sample sabre: 5h‡test
jmacagno's comment: ¥
both used in different places, keep them handy. check both terminal (agent screen data) can different xml data.
Comments
Post a Comment