This is my current Request.
<SabreCommandLLSRQ
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Request Output="SCREEN" CDATA="true"
xmlns="http://webservices.sabre.com/sabreXML/2003/07">
<HostCommand>**W1</HostCommand>
</Request>
This is The response I am getting.
<SabreCommandLLSRS
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Response
xmlns="http://webservices.sabre.com/sabreXML/2003/07">NO TKT REC EXISTS-0016
</Response>
I need to know what command should i Pass in this TAG for SABRE, inorder to check the current price of an existing booked PNR.
<HostCommand>**W1</HostCommand>
**W1 is the command used for the same in ABACUS.
somebody please let me know how to the same for sabre. or any other service that provide result for the same.