Created
February 19, 2016 07:29
-
-
Save rmuslimov/8c7dcd1e1f4c1da1b4ed to your computer and use it in GitHub Desktop.
sabre et example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:ns="http://webservices.sabre.com/sabreXML/2011/10"> | |
<SOAP-ENV:Header> | |
<eb:MessageHeader SOAP-ENV:mustUnderstand="1" eb:version="2.0"> | |
<eb:From> | |
<eb:PartyId type="urn:x12.org:IO5:01">getgoing.com</eb:PartyId> | |
</eb:From> | |
<eb:To> | |
<eb:PartyId type="urn:x12.org:IO5:01">webservices.sabre.com</eb:PartyId> | |
</eb:To> | |
<eb:CPAId>0O0G</eb:CPAId> | |
<eb:ConversationId>d8da88d4-88bb-11e5-a341-0eebf1123529</eb:ConversationId> | |
<eb:Service eb:type="OTA">EndTransactionLLSRQ</eb:Service> | |
<eb:Action>EndTransactionLLSRQ</eb:Action> | |
<eb:MessageData> | |
<eb:MessageId>9b38bd52-88d4-11e5-a341-0eebf1123529</eb:MessageId> | |
<eb:Timestamp>2015-11-11T16:30:42Z</eb:Timestamp> | |
<eb:TimeToLive>2015-11-11T16:30:42Z</eb:TimeToLive> | |
</eb:MessageData> | |
</eb:MessageHeader> | |
<wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility"> | |
<wsse:BinarySecurityToken valueType="String" EncodingType="wsse:Base64Binary">Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/RESH!ICESMSLB\/RES.LB!-3470676864266749131!793303!0</wsse:BinarySecurityToken> | |
</wsse:Security> | |
</SOAP-ENV:Header> | |
<SOAP-ENV:Body> | |
<EndTransactionRQ 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" ReturnHostCommand="false" TimeStamp="2014-03-25T15:15:00-06:00" Version="2.0.3"> | |
<EndTransaction Ind="true"/> | |
<Source ReceivedFrom="GetGoing Inc."/> | |
</EndTransactionRQ> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment