Advertisement
Arthur_M

Pegas responce

Oct 16th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.22 KB | None | 0 0
  1.  
  2. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  3.    <s:Body>
  4.       <SearchOneWayFlightsResponse xmlns="http://pegast.com/pegasys/api">
  5.          <Error>None</Error>
  6.          <Result xmlns:a="http://schemas.datacontract.org/2004/07/Pegas.Pegasys.API.Contracts.FlightSearch" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  7.             <IsSucceeded>true</IsSucceeded>
  8.             <a:Error>None</a:Error>
  9.             <a:ReferenceDescription>
  10.                <a:Aircrafts/>
  11.                <a:Airlines>
  12.                   <Airline>
  13.                      <Id xmlns="http://pegast.com/shared">12834990</Id>
  14.                      <Name xmlns="http://pegast.com/shared">Ural Ailines</Name>
  15.                      <Code>U6</Code>
  16.                      <Prefix i:nil="true"/>
  17.                   </Airline>
  18.                </a:Airlines>
  19.                <a:Airports>
  20.                   <Airport>
  21.                      <Id xmlns="http://pegast.com/shared">106</Id>
  22.                      <Name xmlns="http://pegast.com/shared">Sheremetyevo</Name>
  23.                      <OptionalLanguageNames/>
  24.                      <Code>SVO</Code>
  25.                      <LocationId>76</LocationId>
  26.                   </Airport>
  27.                   <Airport>
  28.                      <Id xmlns="http://pegast.com/shared">478</Id>
  29.                      <Name xmlns="http://pegast.com/shared">Pashkovsky</Name>
  30.                      <OptionalLanguageNames/>
  31.                      <Code>KRR</Code>
  32.                      <LocationId>400</LocationId>
  33.                   </Airport>
  34.                </a:Airports>
  35.                <a:Countries>
  36.                   <Country>
  37.                      <Id xmlns="http://pegast.com/shared">72</Id>
  38.                      <Name xmlns="http://pegast.com/shared">Russia</Name>
  39.                      <OptionalLanguageNames/>
  40.                      <ISO>RU</ISO>
  41.                      <TimeZone>4</TimeZone>
  42.                   </Country>
  43.                </a:Countries>
  44.                <a:Currencies>
  45.                   <Currency>
  46.                      <Id xmlns="http://pegast.com/shared">36</Id>
  47.                      <Name xmlns="http://pegast.com/shared">Ruble</Name>
  48.                      <Code>RUR</Code>
  49.                      <Symbol>р.</Symbol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement