Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Release 2023.12

Examples of messages with complete flows can be downloaded from here.

The response is the OrderViewRS.

Insert excerpt
NDC2:New 17.2 COMBINED
NDC2:New 17.2 COMBINED
nameLegend
nopaneltrue

Common Sections

Expand
titleCommon Sections

HTTP Header

Insert excerpt
NDCDOC:HTTP HeaderNDCDOC:
HTTP Header
nameHTTP Header
nopaneltrue

Language, Version and Name Space

Insert excerpt
NDCDOC:Language, Version and Name SpaceNDCDOC:
Language, Version and Name Space
nameVersion_Lang_NameSpace
nopaneltrue

Point of Sale

Insert excerpt
NDCDOC:Point of Sale and DocumentNDCDOC:
Point of Sale and Document
namePointOfSale
nopaneltrue

Document

Insert excerpt
NDCDOC:Point of Sale and DocumentNDCDOC:
Point of Sale and Document
nameDocument
nopaneltrue

Party

Insert excerpt
NDCDOC:Party ElementsNDCDOC:
Party Elements
nameSenderSection
nopaneltrue

Insert excerpt
NDCDOC:Party ElementsNDCDOC:
Party Elements
nameParticipantSection
nopaneltrue

In addition to the Common Sections, this service is called with the following data:

Query

Expand
titleQuery - OrderRetrieve

Insert excerpt
NDCDOC:Copy of Query - OrderRetrieveNDCDOC:Copy of
Query - OrderRetrieve
nameQuery_OrderRetrieve
nopaneltrue

Example OrderRetrieveRQ:

Expand
titleXML Sample
Code Block
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.iata.org/IATA/EDIST/2017.2">
   <soapenv:Header/>
   <soapenv:Body>
      <OrderRetrieveRQ Version="5.000" PrimaryLangID="es" xmlns="http://www.iata.org/IATA/EDIST/2017.2">
         <PointOfSale>
            <Location>
               <CountryCode>ES</CountryCode>
            </Location>
         </PointOfSale>
         <Document>
            <ReferenceVersion>5.000</ReferenceVersion>
         </Document>
         <Party>
            <Sender>
               <TravelAgencySender>
                  <IATA_Number>78491280</IATA_Number>
                  <AgencyID>agentiata</AgencyID>
               </TravelAgencySender>
            </Sender>
         </Party>
         <Query>
            <Filters>
               <Passengers>
                  <Individual>
                     <Surname>Del Casar@PĂ©rez de Hoz</Surname>
                  </Individual>
               </Passengers>
               <BookingReferences>
                  <BookingReference>
                     <ID>NFH2G</ID>
                     <AirlineID>IB</AirlineID>
                  </BookingReference>
               </BookingReferences>
            </Filters>
         </Query>
      </OrderRetrieveRQ>
   </soapenv:Body>
</soapenv:Envelope>

Error messages

For further information about all kind of error messages, please go to the following link:

...