Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
  2. <S:Body>
  3. <ns2:hotelReservation xmlns:ns2="com.hrs.soap.hrs">
  4. <hotelReservationRequest>
  5. <credentials>
  6. <clientType>536</clientType>
  7. <clientKey>1043528999</clientKey>
  8. <clientPassword>rpk3FxQjOVsBhL2</clientPassword>
  9. <customerKey>6012</customerKey>
  10. </credentials>
  11. <myHRSCredentials>
  12. <user>RADU.DURICAN@YAHOO.COM</user>
  13. <password>asdasd123</password>
  14. </myHRSCredentials>
  15. <locale>
  16. <language>
  17. <iso3Language>hun</iso3Language>
  18. </language>
  19. <iso3Country>hun</iso3Country>
  20. <isoCurrency>USD</isoCurrency>
  21. </locale>
  22. <session>
  23. <sessionKey>p-soap-frontend-233.hrs.de;5459;1512493772550;767945070</sessionKey>
  24. </session>
  25. <paymentMode>direct</paymentMode>
  26. <reservationMode>guaranteed</reservationMode>
  27. <creditCard>
  28. <storedCreditCardType>myHRSCreditCard</storedCreditCardType>
  29. <storedCreditCardKey>18;08730c42-7063-11e7-9915-005056a5144c</storedCreditCardKey>
  30. </creditCard>
  31. <reservationCriterion>
  32. <from>2017-12-05+01:00</from>
  33. <to>2017-12-06+01:00</to>
  34. <reservationRoomCriteria>
  35. <room>
  36. <id>0</id>
  37. <roomType>single</roomType>
  38. </room>
  39. <offerKey>6c2c7cfd-786e-48f1-ae4d-6847778ed9c5_1512493783332_0_0</offerKey>
  40. <reservationPersons>
  41. <firstName>El</firstName>
  42. <lastName>Cabron</lastName>
  43. <bedType>regularBed</bedType>
  44. </reservationPersons>
  45. </reservationRoomCriteria>
  46. </reservationCriterion>
  47. <reservationWish/>
  48. <orderer>
  49. <firstName>El</firstName>
  50. <lastName>Cabron</lastName>
  51. <phone>+440756123456</phone>
  52. <email>radu.durican@yahoo.com</email>
  53. </orderer>
  54. <billingAddress>
  55. <company>Rodeapps</company>
  56. <firstName>Radu</firstName>
  57. <lastName>Durican</lastName>
  58. <street>Sbxhdjdjdj</street>
  59. <postalCode>12345677</postalCode>
  60. <city>Cluj</city>
  61. <iso3Country>rou</iso3Country>
  62. </billingAddress>
  63. <customerNotifications>
  64. <type>email</type>
  65. <address>radu.durican@yahoo.com</address>
  66. </customerNotifications>
  67. <ratingEmail>radu.durican@yahoo.com</ratingEmail>
  68. <bonusCard>
  69. <cardNumber>000000000</cardNumber>
  70. <cardType>MILES_AND_MORE</cardType>
  71. <firstName>Xgxgxyx</firstName>
  72. <lastName>Aaaaaa</lastName>
  73. </bonusCard>
  74. </hotelReservationRequest>
  75. </ns2:hotelReservation>
  76. </S:Body>
  77. </S:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement