- Created by Yulia Komarova, last modified on 21.01.2020
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Check out
- operation overview, their main purpose and use cases
- references with detailed explanation of input&output parameters and possible errors
- other samples
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:iata="http://www.iata.org/IATA/2015/00/2019.1/IATA_ServiceListRQ">
<soapenv:Header />
<soapenv:Body>
<iata:IATA_ServiceListRQ>
<iata:Party>
<iata:Sender>
<iata:TravelAgency>
<iata:AgencyID>user_id</iata:AgencyID>
<iata:PseudoCityID>OVBS728AB</iata:PseudoCityID>
</iata:TravelAgency>
</iata:Sender>
</iata:Party>
<iata:Request>
<iata:CoreRequest>
<iata:OriginDest>
<iata:DestStationCode>LED</iata:DestStationCode>
<iata:OriginStationCode>XXX</iata:OriginStationCode>
</iata:OriginDest>
</iata:CoreRequest>
</iata:Request>
</iata:IATA_ServiceListRQ>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns2:IATA_ServiceListRS xmlns:ns2="http://www.iata.org/IATA/2015/00/2019.1/IATA_ServiceListRS">
<ns2:Response>
<ns2:DataLists>
<ns2:OriginDestList>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>ALC</ns2:OriginCode>
<ns2:OriginDestID>OD_0</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>BCN</ns2:OriginCode>
<ns2:OriginDestID>OD_1</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>DME</ns2:OriginCode>
<ns2:OriginDestID>OD_2</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>IAR</ns2:OriginCode>
<ns2:OriginDestID>OD_3</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>IKT</ns2:OriginCode>
<ns2:OriginDestID>OD_4</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>INN</ns2:OriginCode>
<ns2:OriginDestID>OD_5</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>KLF</ns2:OriginCode>
<ns2:OriginDestID>OD_6</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>LPK</ns2:OriginCode>
<ns2:OriginDestID>OD_7</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>OVB</ns2:OriginCode>
<ns2:OriginDestID>OD_8</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>PEZ</ns2:OriginCode>
<ns2:OriginDestID>OD_9</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>SZG</ns2:OriginCode>
<ns2:OriginDestID>OD_10</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>ULV</ns2:OriginCode>
<ns2:OriginDestID>OD_11</ns2:OriginDestID>
</ns2:OriginDest>
<ns2:OriginDest>
<ns2:DestCode>LED</ns2:DestCode>
<ns2:OriginCode>VRN</ns2:OriginCode>
<ns2:OriginDestID>OD_12</ns2:OriginDestID>
</ns2:OriginDest>
</ns2:OriginDestList>
</ns2:DataLists>
</ns2:Response>
<ns2:PayloadAttributes>
<ns2:CorrelationID>2addcdf0-1783-45a1-a9dd-759b20a98b9d</ns2:CorrelationID>
</ns2:PayloadAttributes>
</ns2:IATA_ServiceListRS>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- No labels