Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.47 KB | None | 0 0
  1. XML Messsage Header, Security, and Payload:
  2.  
  3. <?xml version="1.0" encoding="UTF-16"?>
  4.  
  5. -<MessageHeader xmlns="http://www.ebxml.org/namespaces/messageHeader" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  6.  
  7.  
  8. -<From>
  9.  
  10. <PartyId>SWS</PartyId>
  11.  
  12. </From>
  13.  
  14.  
  15. -<To>
  16.  
  17. <PartyId>SWS</PartyId>
  18.  
  19. </To>
  20.  
  21. <ConversationId>DEFAULT</ConversationId>
  22.  
  23. <Service>HotelPropertyDescriptionLLSRQ</Service>
  24.  
  25. <Action>HotelPropertyDescriptionLLSRQ</Action>
  26.  
  27.  
  28. -<MessageData>
  29.  
  30. <Timestamp>7/19/2018 5:17:21 PM</Timestamp>
  31.  
  32. </MessageData>
  33.  
  34. </MessageHeader>
  35.  
  36.  
  37. <?xml version="1.0" encoding="UTF-16"?>
  38.  
  39. -<Security xmlns="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  40.  
  41. <BinarySecurityToken>Shared/IDL:IceSess\/SessMgr:1\.0.IDL/Common/!ICESMS\/RESG!ICESMSLB\/RES.LB!-3123569411005414774!988734!0</BinarySecurityToken>
  42.  
  43. </Security>
  44.  
  45. <?xml version="1.0" encoding="UTF-16"?>
  46.  
  47. -<HotelPropertyDescriptionRQ Version="2.3.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  48.  
  49.  
  50. -<AvailRequestSegment xmlns="http://webservices.sabre.com/sabreXML/2011/10">
  51.  
  52. <GuestCounts Count="1"/>
  53.  
  54.  
  55. -<HotelSearchCriteria>
  56.  
  57.  
  58. -<Criterion>
  59.  
  60. <HotelRef HotelCode="1191"/>
  61.  
  62. </Criterion>
  63.  
  64. </HotelSearchCriteria>
  65.  
  66. <TimeSpan Start="8-22" End="8-25"/>
  67.  
  68. </AvailRequestSegment>
  69.  
  70. </HotelPropertyDescriptionRQ>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement