Advertisement
Guest User

GetTravelOptions

a guest
Jan 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <senv:Envelope
  2. xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
  3. xmlns:senc="http://schemas.xmlsoap.org/soap/encoding/"
  4. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  5. xmlns:nm2="http://schemas.datacontract.org/2004/07/InteliSys.Amelia"
  6. xmlns:nm0="http://tempuri.org/"
  7. xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
  8. xmlns:senv="http://schemas.xmlsoap.org/soap/envelope/"
  9. xmlns:nm3="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  10. xmlns:nm1="http://schemas.datacontract.org/2004/07/InteliSys.Amelia.API"
  11. xmlns:wsdl="http://schemas.xmlsoap.org">
  12. <senv:Header>
  13. <nm3:Security>
  14. <nm3:UsernameToken>
  15. <nm3:Password>XatGey55</nm3:Password>
  16. <nm3:Username>Travelokaapidev</nm3:Username>
  17. </nm3:UsernameToken>
  18. </nm3:Security>
  19. </senv:Header>
  20. <senv:Body>
  21. <nm0:GetTravelOptions>
  22. <nm0:optionsRequest>
  23. <nm1:AuditKey>d3d43710-b8fb-46b6-8944-4ffe6b33967a</nm1:AuditKey>
  24. <nm1:Query>
  25. <nm2:AdultCount>1</nm2:AdultCount>
  26. <nm2:ArrivalAirportCode>DAD</nm2:ArrivalAirportCode>
  27. <nm2:ChildCount>0</nm2:ChildCount>
  28. <nm2:CurrencyCode>VND</nm2:CurrencyCode>
  29. <nm2:DaysAfter>0</nm2:DaysAfter>
  30. <nm2:DaysBefore>0</nm2:DaysBefore>
  31. <nm2:DepartureAirportCode>SGN</nm2:DepartureAirportCode>
  32. <nm2:InfantCount>0</nm2:InfantCount>
  33. <nm2:OutboundDate>2016-03-03</nm2:OutboundDate>
  34. <nm2:PaxCompanyCode>34001006</nm2:PaxCompanyCode>
  35. </nm1:Query>
  36. </nm0:optionsRequest>
  37. </nm0:GetTravelOptions>
  38. </senv:Body>
  39. </senv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement