Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.52 KB | None | 0 0
  1. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  2.     <SOAP-ENV:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  3.         <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  4.                       SOAP-ENV:mustUnderstand="1">
  5.             <wsse:UsernameToken
  6.                    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  7.                    wsu:Id="UsernameToken-2"
  8.                    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  9.                 <wsse:Username>HTNG</wsse:Username>
  10.                 <wsse:Password
  11.                        Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">
  12.                     HTNG
  13.                 </wsse:Password>
  14.             </wsse:UsernameToken>
  15.         </wsse:Security>
  16.         <wsa:To SOAP-ENV:mustUnderstand="1">http://www.micros.com/HTNGActivity/</wsa:To>
  17.         <wsa:From>
  18.             <wsa:Address xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">urn:TACSPA</wsa:Address>
  19.         </wsa:From>
  20.         <wsa:ReplyTo>
  21.             <wsa:Address xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  22.                 http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
  23.             </wsa:Address>
  24.         </wsa:ReplyTo>
  25.         <wsa:Action>http://htng.org/PWS/2008B/SingleGuestItinerary#ReservationLookup</wsa:Action>
  26.         <wsa:MessageID>urn:uuid:84a93604-2f11-4aff-9d92-638009a605b6</wsa:MessageID>
  27.     </SOAP-ENV:Header>
  28.     <SOAP-ENV:Body>
  29.         <ns6:ReservationLookupRequest xmlns:ns6="http://htng.org/PWS/2008B/SingleGuestItinerary/Reservation/Types"
  30.                                      xmlns:ns2="http://htng.org/PWS/2008B/SingleGuestItinerary/Common/Types"
  31.                                      xmlns:ns3="http://htng.org/PWS/2008B/SingleGuestItinerary/Activity/Types"
  32.                                      xmlns:ns4="http://htng.org/PWS/2008B/SingleGuestItinerary/Name/Types"
  33.                                      xmlns:ns7="http://htng.org/PWS/2008B/SingleGuestItinerary/PaymentPosting/Types"
  34.                                      xmlns="">
  35.             <ReservationLookupData reservationStatus="CHECKED_IN">
  36.                 <RoomNumber>207</RoomNumber>
  37.                 <ProfileInfo/>
  38.             </ReservationLookupData>
  39.         </ns6:ReservationLookupRequest>
  40.     </SOAP-ENV:Body>
  41. </SOAP-ENV:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement