Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <soap:Body>
  4. <GetReservationInfoResponse xmlns="http://www.megatec.ru/">
  5. <GetReservationInfoResult>
  6. <Price>-1</Price>
  7. <PriceNational>-1</PriceNational>
  8. <DiscountSum>-1</DiscountSum>
  9. <DiscountSumNational>-1</DiscountSumNational>
  10. <PriceToPay>0</PriceToPay>
  11. <PriceToPayNational>0</PriceToPayNational>
  12. <IsoRateCode />
  13. <IsoRateCodeNational />
  14. <ResultCode>2</ResultCode>
  15. <FilialKey xsi:nil="true" />
  16. <TourDate>0001-01-01T00:00:00</TourDate>
  17. <TourDateEnd>0001-01-01T00:00:00</TourDateEnd>
  18. <CountryName />
  19. <TourName />
  20. <PaymentStatus>Undefined</PaymentStatus>
  21. <UTCDateOfCreation>0001-01-01T00:00:00</UTCDateOfCreation>
  22. <ReservationStatus>0</ReservationStatus>
  23. <ReservationTourists />
  24. <ReservationServices />
  25. <Debt>0</Debt>
  26. <DebtNational>0</DebtNational>
  27. <NationalRate>0</NationalRate>
  28. </GetReservationInfoResult>
  29. </GetReservationInfoResponse>
  30. </soap:Body>
  31. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement