Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  2. <soapenv:Header />
  3. <soapenv:Body>
  4. <soapenv:Fault>
  5. <faultcode>soapenv:Client</faultcode>
  6. <faultstring>java.lang.RuntimeException: Unexpected subelement Envelope</faultstring>
  7. <detail />
  8. </soapenv:Fault>
  9. </soapenv:Body>
  10. </soapenv:Envelope>
  11.  
  12. <s:Envelope xmlns:s = "http://schemas.xmlsoap.org/soap/envelope/">
  13. <Header xmlns="http://schemas.xmlsoap.org/soap/envelope/">
  14. <Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  15. <UsernameToken>
  16. <Username>MARMARAXML</Username>
  17. <Password>12345</Password>
  18. </UsernameToken>
  19. </Security>
  20. </Header>
  21. <s:Body xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
  22. <OTA_AirAvailRQ xmlns="http://otabase.otapax.otaxmlws/">
  23. <POS xmlns="http://ota.paxws.otaxmlws/">
  24. <Source xmlns="http://types.paxws.otaxmlws/" isoCountry="NL" isoCurrency="EUR">
  25. <RequestorID/>
  26. <BookingChannel/>
  27. </Source>
  28. </POS>
  29. <OriginDestinationInformation xmlns="http://ota.paxws.otaxmlws/">
  30. <DepartureDateTime xmlns="http://types.paxws.otaxmlws/">2015-03-07</DepartureDateTime>
  31. <OriginLocation xmlns="http://types.paxws.otaxmlws/" LocationCode="AMS"/>
  32. <DestinationLocation xmlns="http://types.paxws.otaxmlws/" LocationCode="IST"/>
  33. </OriginDestinationInformation>
  34. <TravelPreferences xmlns="http://ota.paxws.otaxmlws/">
  35. <FlightTypePref xmlns="http://types.paxws.otaxmlws/"/>
  36. <EquipPref xmlns="http://types.paxws.otaxmlws/"/>
  37. <CabinPref xmlns="http://types.paxws.otaxmlws/"/>
  38. <TicketDistribPref xmlns="http://types.paxws.otaxmlws/"/>
  39. <BookingClassPref xmlns="http://types.paxws.otaxmlws/"/>
  40. </TravelPreferences>
  41. <TravelerInfoSummary xmlns="http://ota.paxws.otaxmlws/">
  42. <AirTravelerAvail xmlns="http://types.paxws.otaxmlws/">
  43. <PassengerTypeQuantity Code="ADT" Quantity="1"/>
  44. <temp>String</temp>
  45. </AirTravelerAvail>
  46. </TravelerInfoSummary>
  47. </OTA_AirAvailRQ>
  48. </s:Body>
  49. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement