Travelport / travelport-uapi-tutorial

The travelport-uapi-tutorial is a Java project for Universal API that will help you connect and code a standard workflow including Air and Hotel.
45 stars 34 forks source link

AirCreateReservationReq - Unsuccessful primary host transaction causing reservation failure #575

Open osroflo opened 6 years ago

osroflo commented 6 years ago

Hi, I am facing the following error while trying to do an AirCreateReservationReq:

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <SOAP:Fault>
            <faultcode>Server.Business</faultcode>
            <faultstring>Message From Apollo : Uncaught Service Exception cause:com.cendant.tds.soa.framework.ServiceException: Exception Returned HOST TEMPORARILY UNAVAILABLEWith the Dynamic GTID list of:D70DC4 </faultstring>
            <detail>
                <common_v43_0:ErrorInfo xmlns:common_v43_0="http://www.travelport.com/schema/common_v43_0">
                    <common_v43_0:Code>3515</common_v43_0:Code>
                    <common_v43_0:Service>AIRSVC</common_v43_0:Service>
                    <common_v43_0:Type>Business</common_v43_0:Type>
                    <common_v43_0:Description>Unsuccessful primary host transaction causing reservation failure.</common_v43_0:Description>
                    <common_v43_0:TransactionId>2162A9BC0A07643BB0564D47190C7F2A</common_v43_0:TransactionId>
                    <common_v43_0:TraceId>trace</common_v43_0:TraceId>
                </common_v43_0:ErrorInfo>
            </detail>
        </SOAP:Fault>
    </SOAP:Body>
</SOAP:Envelope>

Request

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <univ:AirCreateReservationReq xmlns:univ="http://www.travelport.com/schema/universal_v43_0" xmlns:com="http://www.travelport.com/schema/common_v43_0" xmlns:air="http://www.travelport.com/schema/air_v43_0" TraceId="trace" AuthorizedBy="user" TargetBranch="P106458" RetainReservation="Both">
            <com:BillingPointOfSaleInfo xmlns:com="http://www.travelport.com/schema/common_v43_0" OriginApplication="UAPI"/>
            <com:BookingTraveler xmlns:com="http://www.travelport.com/schema/common_v43_0" Key="123" DOB="1978-08-08" Gender="M" TravelerType="ADT">
                <com:BookingTravelerName First="John" Last="Dere" Prefix="Mr"/>
                <com:DeliveryInfo>
                    <com:ShippingAddress>
                        <com:AddressName>DemoShippingAddress</com:AddressName>
                        <com:Street>Via Augusta 59 5</com:Street>
                        <com:City>Madrid</com:City>
                        <com:State>IA</com:State>
                        <com:PostalCode>50156</com:PostalCode>
                        <com:Country>US</com:Country>
                    </com:ShippingAddress>
                </com:DeliveryInfo>
                <com:PhoneNumber AreaCode="303" CountryCode="1" Location="DEN" Number="123456789"/>
                <com:Email EmailID="traveler1@ctm.com" Type="Home"/>
                <com:Address>
                    <com:AddressName>DemoSiteAddress</com:AddressName>
                    <com:Street>Via Augusta 59 5</com:Street>
                    <com:City>Madrid</com:City>
                    <com:State>IA</com:State>
                    <com:PostalCode>50156</com:PostalCode>
                    <com:Country>US</com:Country>
                </com:Address>
            </com:BookingTraveler>
            <com:FormOfPayment xmlns:com="http://www.travelport.com/schema/common_v43_0" Key="123" Type="Check"/>
            <air:AirPricingSolution xmlns:air="http://www.travelport.com/schema/air_v43_0" xmlns:common_v43_0="http://www.travelport.com/schema/common_v43_0" Key="0DgOYU3R2BKArSgZBAAAAA==" TotalPrice="USD251.15" BasePrice="USD122.00" ApproximateTotalPrice="USD251.15" ApproximateBasePrice="USD122.00" Taxes="USD129.15" ApproximateTaxes="USD129.15" QuoteDate="2018-08-09">
                <air:AirSegment
                        xmlns:air="http://www.travelport.com/schema/air_v43_0"
                        Key="0DgOYU3R2BKAnSgZBAAAAA=="
                        Group="0"
                        Carrier="AM"
                        FlightNumber="785"
                        ProviderCode="1V"
                        Origin="LAX"
                        Destination="GDL"
                        DepartureTime="2018-09-18T00:15:00.000-07:00"
                        ArrivalTime="2018-09-18T05:22:00.000-05:00"
                        FlightTime="187"
                        TravelTime="187"
                        Distance="1309"
                        ClassOfService="V"
                        Equipment="738"
                        ChangeOfPlane="false"
                        OptionalServicesIndicator="false"
                        ParticipantLevel="Secure Sell"
                        LinkAvailability="true"
                        AvailabilityDisplayType="Fare Specific Fare Quote Unbooked">
                </air:AirSegment>
                <air:AirSegment
                        xmlns:air="http://www.travelport.com/schema/air_v43_0"
                        Key="0DgOYU3R2BKApSgZBAAAAA=="
                        Group="1"
                        Carrier="AM"
                        FlightNumber="784"
                        ProviderCode="1V"
                        Origin="GDL"
                        Destination="LAX"
                        DepartureTime="2018-09-25T20:29:00.000-05:00"
                        ArrivalTime="2018-09-25T21:59:00.000-07:00"
                        FlightTime="210"
                        TravelTime="210"
                        Distance="1309"
                        ClassOfService="V"
                        Equipment="738"
                        ChangeOfPlane="false"
                        OptionalServicesIndicator="false"
                        ParticipantLevel="Secure Sell"
                        LinkAvailability="true"
                        AvailabilityDisplayType="Fare Specific Fare Quote Unbooked">
                </air:AirSegment>

                <air:AirPricingInfo Key="0DgOYU3R2BKAuSgZBAAAAA==" TotalPrice="USD251.15" BasePrice="USD122.00" ApproximateTotalPrice="USD251.15" ApproximateBasePrice="USD122.00" ApproximateTaxes="USD129.15" Taxes="USD129.15" LatestTicketingTime="2018-08-10T23:59:00.000-06:00" PricingMethod="Auto" IncludesVAT="false" PlatingCarrier="AM" ProviderCode="1V">
                    <air:FareInfo Key="0DgOYU3R2BKA3SgZBAAAAA==" FareBasis="NNNA0SBM" PassengerTypeCode="ADT" Origin="LAX" Destination="GDL" EffectiveDate="2018-08-09T16:48:00.000-06:00" DepartureDate="2018-09-18" Amount="USD61.00" NotValidBefore="2018-09-18" NotValidAfter="2018-09-18" TaxAmount="USD54.64">
                        <air:FareRuleKey FareInfoRef="0DgOYU3R2BKA3SgZBAAAAA==" ProviderCode="1V">6UUVoSldxwheA7v+34GhZ8bKj3F8T9EyxsqPcXxP0TIjSPOlaHfQe5cuasWd6i8Dly5qxZ3qLwOXLmrFneovA5cuasWd6i8Dly5qxZ3qLwOXLmrFneovAznioI+llHasM3ExqSoG052fPlyBGOiCtk3FxcDui7KzVCulqMwbpNbPLJnCrCKcO49kpOVcgUxXS88OGCSWbCckKMzLZcseTBll6FxyIC6cYuAWfcH2w92IEQfz1U0L762j6Vlh9vnT9RvRKhSNsNmH407bvAUJNuCbZ1nsUQQBmrMWOW7buBVAxhXoIHPpnIuFsAExMoVlv4Xvb2u1Qx+/he9va7VDH7+F729rtUMfv4Xvb2u1Qx+/he9va7VDHzyxauAs+veBE308BFXsd7RY8PQlJsM4Fx2WN4EjYakqZNJjduF3yyyMTc8Qyy/PyXqCGC7YUguvKAxevs8wf8A=</air:FareRuleKey>
                        <air:Brand Key="0DgOYU3R2BKA3SgZBAAAAA==" BrandID="110822" Name="Basic" Carrier="AM" BrandTier="0001">
                            <air:Title Type="External" LanguageCode="EN">Basic</air:Title>
                            <air:Title Type="Short" LanguageCode="EN">Basic</air:Title>
                            <air:Text Type="MarketingConsumer" LanguageCode="EN">Your Basic fare includes:

                                •No Changes Allowed (Flight, Date, Time, Destination)
                                •No Changes on Day of Travel
                                •Non-Refundable
                                •Not Combinable with other Branded Fares
                                •No Seat Selection
                                •No Upgrade allowed
                                •Free: 1 Carry-On Piece 10kg
                                •No Checked Bag Included</air:Text>
                            <air:Text Type="Upsell" LanguageCode="EN">Get the Aeromexico experience at the best price with Basic</air:Text>
                            <air:Text Type="MarketingAgent" LanguageCode="EN">Your Basic fare includes:

                                •No Changes Allowed (Flight, Date, Time, Destination)
                                •No Changes on Day of Travel
                                •Non-Refundable
                                •Not Combinable with other Branded Fares
                                •No Seat Selection
                                •No Upgrade allowed
                                •Free: 1 Carry-On Piece 10kg
                                •No Checked Bag Included</air:Text>
                            <air:Text Type="Strapline" LanguageCode="EN">Back to Basics</air:Text>
                            <air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/aeromexico/AM_general_medium_65623.jpg</air:ImageLocation>
                            <air:ImageLocation Type="Consumer" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/aeromexico/AM_general_medium_65623.jpg</air:ImageLocation>
                            <air:OptionalServices>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKA4SgZBAAAAA==" SecondaryType="CY" Chargeable="Included in the brand" Tag="Carry On Hand Baggage" DisplayOrder="2">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Carry On</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2308.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2308.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Carry On</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Domestic and International:

                                        • A piece of max. 10 kg ( Premier Class 18 kg ) and a linear surface of max. 115 cm (45 ") (56 x 36 x 23 cms or 22 "x 14" x 9 " length + width + height).
                                        •  A personal object (eg hand bag or briefcase or backpack) max. 3kg.
                                        • An additional object ( Eg . Umbrella, camera case bag " duty free ").</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Domestic and International:

                                        • A piece of max. 10 kg ( Premier Class 18 kg ) and a linear surface of max. 115 cm (45 ") (56 x 36 x 23 cms or 22 "x 14" x 9 " length + width + height).
                                        •  A personal object (eg hand bag or briefcase or backpack) max. 3kg.
                                        • An additional object ( Eg . Umbrella, camera case bag " duty free ").</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Carry On</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Y,1,10,CY</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKA5SgZBAAAAA==" Chargeable="Available for a charge" Tag="Checked Baggage" DisplayOrder="1">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Checked baggage</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2306.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2306.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Checked baggage</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKA6SgZBAAAAA==" SecondaryType="XS" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Excess Baggage International</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2302.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2302.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Excess Baggage International</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Excess baggage available for an additional fee. Contact airline direct.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Excess baggage available for an additional fee. Contact airline direct.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Excess Baggage International</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Excess Bag</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06O" Key="0DgOYU3R2BKA7SgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Priority Boarding</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Board the plane with priority</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Priority Boarding</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PriBoard</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06T" Key="0DgOYU3R2BKA8SgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>PRIORITY CHECK IN</com:Description>
                                    </com:ServiceInfo>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06X" Key="0DgOYU3R2BKA9SgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>UPGRADE PURCHASE</com:Description>
                                    </com:ServiceInfo>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="07G" Key="0DgOYU3R2BKA+SgZBAAAAA==" SecondaryType="PS" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Voy Vuelvo</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Voy Vuelvo</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Voy Vuelvo</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKA/SgZBAAAAA==" SecondaryType="RF" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Refunds</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2317.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2317.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Refunds</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Refunds</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Refunds</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="07H" Key="0DgOYU3R2BKAATgZBAAAAA==" SecondaryType="SS" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>No Show</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">NoShow</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">No Show</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">NoShow</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="058" Key="0DgOYU3R2BKABTgZBAAAAA==" SecondaryType="UE" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Upgrade Eligibility</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Eligible for an upgrade</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Upgrade Eligibility</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">UpgEligb</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="068" Key="0DgOYU3R2BKACTgZBAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change of Date Route Time</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Rebooking as required</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change of Date Route Time</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Chgs</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKADTgZBAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change Fee</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Change Fee</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Changes and cancellations of tickets are subject to the fare rules, some of these rules are linked to your ticket fare family, but can apply other, so change your flight may have additional costs.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Changes and cancellations of tickets are subject to the fare rules, some of these rules are linked to your ticket fare family, but can apply other, so change your flight may have additional costs.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change Fee</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Change Fee</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06K" Key="0DgOYU3R2BKAETgZBAAAAA==" SecondaryType="VR" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change of Name</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Name change</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change of Name</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">ChgName</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAFTgZBAAAAA==" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Advance seat reservation</com:Description>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat in advance</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Advance seat reservation</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Seating</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAGTgZBAAAAA==" SecondaryType="EA" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>AM Plus</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2300.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2300.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">AM Plus</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">AM PLUS product applies to seats in the front rows of tourist cabin according to the type of aircraft.

                                        Benefits:

                                        - Priority Check In
                                        Exclusive check-in lines and baggage drop-off at the airport means faster service.

                                        - Priority Boarding
                                        Be among the first to board in the Main Cabin. (Group 2).

                                        - AM Plus Seat
                                        More space and resting, comfort in your seat in front of Cabin Economy.

                                        - Priority Baggage Handling
                                        Your baggage is among the first off and you get on your way quicker.

                                        Available on all equipment except Embraer 145 (ER4)
                                        The fee is charged per customer per segment.

                                        Costs:
                                        Domestic:  $22 Max $45 plus tax
                                        International: $50 Max $130 plus tax</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">AM PLUS product applies to seats in the front rows of tourist cabin according to the type of aircraft.

                                        Benefits:

                                        - Priority Check In
                                        Exclusive check-in lines and baggage drop-off at the airport means faster service.

                                        - Priority Boarding
                                        Be among the first to board in the Main Cabin. (Group 2).

                                        - AM Plus Seat
                                        More space and resting, comfort in your seat in front of Cabin Economy.

                                        - Priority Baggage Handling
                                        Your baggage is among the first off and you get on your way quicker.

                                        Available on all equipment except Embraer 145 (ER4)
                                        The fee is charged per customer per segment.

                                        Costs:
                                        Domestic:  $22 Max $45 plus tax
                                        International: $50 Max $130 plus tax</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">AM Plus</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">AM Plus</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="MealOrBeverage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAHTgZBAAAAA==" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Hot Meal</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2304.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2304.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Hot Meal</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">****Only available for flights over 3 hours long*****
                                        • Team prestigious chefs
                                        • Variety of morning and evening menus
                                        • Special menus available on International flights</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">****Only available for flights over 3 hours long*****
                                        • Team prestigious chefs
                                        • Variety of morning and evening menus
                                        • Special menus available on International flights</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Hot Meal</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">HT Meal</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="MealOrBeverage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAITgZBAAAAA==" SecondaryType="SN" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Snacks</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2311.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2311.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Snacks</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">On short flights :
                                        Morning flights: Service Sweet bread and /or cookies.
                                        Evening flights: Snacks</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">On short flights :
                                        Morning flights: Service Sweet bread and /or cookies.
                                        Evening flights : Snacks</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Snacks</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Snacks</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="InFlightEntertainment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAJTgZBAAAAA==" Chargeable="Included in the brand" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>In flight Entertainment System</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2303.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2303.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">In flight Entertainment System</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">In flight entertainment system with an extensive catalog of movies, series and video games that is updated regularly, our Domestic and International routes .

                                        Our Boeing 737-800 with Sky Interiors conditioners, Panasonic have screens 11 inches in Clase Premier (Business Class) and 9-inch Panasonic screens in Economy Class</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">In flight entertainment system with an extensive catalog of movies, series and video games that is updated regularly, our Domestic and International routes .

                                        Our Boeing 737-800 with Sky Interiors conditioners, Panasonic have screens 11 inches in Clase Premier (Business Class) and 9-inch Panasonic screens in Economy Class</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">In flight Entertainment System</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">In flight</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="InFlightEntertainment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAKTgZBAAAAA==" SecondaryType="IT" Chargeable="Available for a charge" Tag="WiFi" DisplayOrder="7">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>On Board Wifi</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2307.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2307.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">On Board Wifi</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">New technology Wi-Fi signal on board: 2KU. This innovation is considered the Internet service aboard the world's fastest . Aeromexico is the first airline to install this advanced technology in the course of 2016 and will provide the following services:

                                        Internet GoGo board selected 737-800 Aircraft.
                                        Panasonic broadband Internet on board our Boeing Dreamliner 787-8 and 787-9 .
                                        Embraer in our single-aisle Airplanes, movies and TV series broadcast on board free of charge to your smartphone or tablet through GoGo Vision application.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">New technology Wi-Fi signal on board: 2KU. This innovation is considered the Internet service aboard the world's fastest . Aeromexico is the first airline to install this advanced technology in the course of 2016 and will provide the following services:

                                        Internet GoGo board selected 737-800 Aircraft.
                                        Panasonic broadband Internet on board our Boeing Dreamliner 787-8 and 787-9 .
                                        Embraer in our single-aisle Airplanes, movies and TV series broadcast on board free of charge to your smartphone or tablet through GoGo Vision application.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">On Board Wifi</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">wifi</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="FrequentFlyer" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKALTgZBAAAAA==" SecondaryType="MG" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Premier Points</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2305.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2305.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Premier Points</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Levels : Titanium, Platinum, Gold , Classic and One

                                        Benefits :
                                        • Free tickets on domestic and international routes
                                        • Tourist Promotion Premier Class .
                                        • Accumulation of kilometers on each trip and additional Kms according to the fare paid
                                        • Access to VIP Lounges Premier and Sky Team lounges (Only Titanium and Platinum)
                                        • Access to document in Premier Class counters Aeromexico and SkyTeam
                                        • Selection of seats without cost only in  Aeromexico flights. Apply: AM Plus , preferred seats, emergency exits (Only Titanium and Platinum)</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Levels : Titanium, Platinum, Gold , Classic and One

                                        Benefits :
                                        • Free tickets on domestic and international routes
                                        • Tourist Promotion Premier Class .
                                        • Accumulation of kilometers on each trip and additional Kms according to the fare paid
                                        • Access to VIP Lounges Premier and Sky Team lounges (Only Titanium and Platinum)
                                        • Access to document in Premier Class counters Aeromexico and SkyTeam
                                        • Selection of seats without cost only in  Aeromexico flights. Apply: AM Plus , preferred seats, emergency exits (Only Titanium and Platinum)</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Premier Points</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PremierPTS</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Lounge" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAMTgZBAAAAA==" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Social Club Premier</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2309.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2309.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Social Club Premier</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">By acquiring the Unified Access Club Premier Partner, you will enjoy the following services at the Red Salon Premier lounges in Mexico:

                                        • Network Access Salon Premier lounges in Mexico the same day
                                        • Direct Documentation in the Premier Lounge for passengers without luggage to document
                                        • Assistance, information and support from our Executives everything about your flight.
                                        • Coffee service, Hors d'oeuvres and complementary bar.
                                        • Magazines and the most prestigious national newspapers.
                                        • Satellite Television.
                                        • Local Calls.
                                        • Service sending and receiving fax
                                        • Computers with Internet service and printer.
                                        • Complementary photocopying service up to a maximum of 10 sheets
                                        • Wireless Internet from their own laptop, available in all Premier Salons Network

                                        In some Premier Salons you can find:

                                        • Waiter service
                                        • Smoking Areas
                                        • Private meetings room and conditioned thinking productivity, to reserve it and confirm availability, we ask you to contact our executives in the Red Salon Premier lounges in Mexico.
                                        • Area for luggage</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">By acquiring the Unified Access Club Premier Partner, you will enjoy the following services at the Red Salon Premier lounges in Mexico:

                                        • Network Access Salon Premier lounges in Mexico the same day
                                        • Direct Documentation in the Premier Lounge for passengers without luggage to document
                                        • Assistance, information and support from our Executives everything about your flight.
                                        • Coffee service, Hors d'oeuvres and complementary bar.
                                        • Magazines and the most prestigious national newspapers.
                                        • Satellite Television.
                                        • Local Calls.
                                        • Service sending and receiving fax
                                        • Computers with Internet service and printer.
                                        • Complementary photocopying service up to a maximum of 10 sheets
                                        • Wireless Internet from their own laptop, available in all Premier Salons Network

                                        In some Premier Salons you can find:

                                        • Waiter service
                                        • Smoking Areas
                                        • Private meetings room and conditioned thinking productivity, to reserve it and confirm availability, we ask you to contact our executives in the Red Salon Premier lounges in Mexico.
                                        • Area for luggage</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Social Club Premier</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Club</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Pets" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKANTgZBAAAAA==" SecondaryType="PC" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKAnSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Pet in Cabin</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2312.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2312.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Pet in Cabin</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Pet on board: Take your dog and / or cat in the cabin, your transportation involves a fee, regardless of the baggage you're carrying.

                                        • Apply only on flights under 6 hours.
                                        • Within or from Mexico and the United States, Canada, Central and South America for a Special fee
                                        • In widebody aircraft (B777 and B787) applies only in economy cabin (because the space under the seats in cabin Premier is insufficient).
                                        • The dog and / or cat shall be subject to the inspection conducted by the National Health Service and/or airport authorities.
                                        • The dog must have a certificate of vaccination against rabies issued no later than 30 days prior to the flight date.
                                        • Veterinary certificate SAGARPA (For international flights only must be issued by SAGARPA) This procedure is your responsibility.
                                        • Only 1 pet may be carried per passenger.
                                        • Unaccompanied minors are not allowed to travel with dogs.
                                        • No pets are allowed with less than 8 weeks old.
                                        • No pets are accepted with veterinary treatment.
                                        • Passengers are responsible for their pet’s cleanliness and hygiene during the flight.

                                        Costs:
                                        • Domestic: USD $ 986.00 with tax included.
                                        • International: USD $ 145.00</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Pet on board: Take your dog and / or cat in the cabin, your transportation involves a fee, regardless of the baggage you're carrying.

                                        • Apply only on flights under 6 hours.
                                        • Within or from Mexico and the United States, Canada, Central and South America for a Special fee
                                        • In widebody aircraft (B777 and B787) applies only in economy cabin (because the space under the seats in cabin Premier is insufficient).
                                        • The dog and / or cat shall be subject to the inspection conducted by the National Health Service and/or airport authorities.
                                        • The dog must have a certificate of vaccination against rabies issued no later than 30 days prior to the flight date.
                                        • Veterinary certificate SAGARPA (For international flights only must be issued by SAGARPA) This procedure is your responsibility.
                                        • Only 1 pet may be carried per passenger.
                                        • Unaccompanied minors are not allowed to travel with dogs.
                                        • No pets are allowed with less than 8 weeks old.
                                        • No pets are accepted with veterinary treatment.
                                        • Passengers are responsible for their pet’s cleanliness and hygiene during the flight.

                                        Costs:
                                        • Domestic: USD $ 986.00 with tax included.
                                        • International: USD $ 145.00</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Pet in Cabin</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PetCBN</air:Title>
                                </air:OptionalService>
                            </air:OptionalServices>
                        </air:Brand>
                    </air:FareInfo>
                    <air:FareInfo Key="0DgOYU3R2BKAOTgZBAAAAA==" FareBasis="NNNA0SBM" PassengerTypeCode="ADT" Origin="GDL" Destination="LAX" EffectiveDate="2018-08-09T16:48:00.000-06:00" DepartureDate="2018-09-25" Amount="USD61.00" NotValidBefore="2018-09-25" NotValidAfter="2018-09-25" TaxAmount="USD74.51">
                        <air:FareRuleKey FareInfoRef="0DgOYU3R2BKAOTgZBAAAAA==" ProviderCode="1V">6UUVoSldxwheA7v+34GhZ8bKj3F8T9EyxsqPcXxP0TIjSPOlaHfQe5cuasWd6i8Dly5qxZ3qLwOXLmrFneovA5cuasWd6i8Dly5qxZ3qLwOXLmrFneovAznioI+llHasM3ExqSoG053ZEGxxGSnLLj68hJ4KSoCYffAIozri2ADPLJnCrCKcO49kpOVcgUxXS88OGCSWbCdrkRS2m7MQmBll6FxyIC6cYuAWfcH2w92IEQfz1U0L762j6Vlh9vnT9RvRKhSNsNlo8/dKxE/8j+CbZ1nsUQQBaaIvm+sXDElAxhXoIHPpnIuFsAExMoVlv4Xvb2u1Qx+/he9va7VDH7+F729rtUMfv4Xvb2u1Qx+/he9va7VDHzyxauAs+veBE308BFXsd7RY8PQlJsM4Fx2WN4EjYakqZNJjduF3yyyMTc8Qyy/PyXqCGC7YUguvKAxevs8wf8A=</air:FareRuleKey>
                        <air:Brand Key="0DgOYU3R2BKAOTgZBAAAAA==" BrandID="110822" Name="Basic" Carrier="AM" BrandTier="0001">
                            <air:Title Type="External" LanguageCode="EN">Basic</air:Title>
                            <air:Title Type="Short" LanguageCode="EN">Basic</air:Title>
                            <air:Text Type="MarketingConsumer" LanguageCode="EN">Your Basic fare includes:

                                •No Changes Allowed (Flight, Date, Time, Destination)
                                •No Changes on Day of Travel
                                •Non-Refundable
                                •Not Combinable with other Branded Fares
                                •No Seat Selection
                                •No Upgrade allowed
                                •Free: 1 Carry-On Piece 10kg
                                •No Checked Bag Included</air:Text>
                            <air:Text Type="Upsell" LanguageCode="EN">Get the Aeromexico experience at the best price with Basic</air:Text>
                            <air:Text Type="MarketingAgent" LanguageCode="EN">Your Basic fare includes:

                                •No Changes Allowed (Flight, Date, Time, Destination)
                                •No Changes on Day of Travel
                                •Non-Refundable
                                •Not Combinable with other Branded Fares
                                •No Seat Selection
                                •No Upgrade allowed
                                •Free: 1 Carry-On Piece 10kg
                                •No Checked Bag Included</air:Text>
                            <air:Text Type="Strapline" LanguageCode="EN">Back to Basics</air:Text>
                            <air:ImageLocation Type="Agent" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/aeromexico/AM_general_medium_65623.jpg</air:ImageLocation>
                            <air:ImageLocation Type="Consumer" ImageWidth="150" ImageHeight="150">https://cdn.travelport.com/aeromexico/AM_general_medium_65623.jpg</air:ImageLocation>
                            <air:OptionalServices>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAPTgZBAAAAA==" SecondaryType="CY" Chargeable="Included in the brand" Tag="Carry On Hand Baggage" DisplayOrder="2">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Carry On</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2308.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2308.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Carry On</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Domestic and International:

                                        • A piece of max. 10 kg ( Premier Class 18 kg ) and a linear surface of max. 115 cm (45 ") (56 x 36 x 23 cms or 22 "x 14" x 9 " length + width + height).
                                        •  A personal object (eg hand bag or briefcase or backpack) max. 3kg.
                                        • An additional object ( Eg . Umbrella, camera case bag " duty free ").</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Domestic and International:

                                        • A piece of max. 10 kg ( Premier Class 18 kg ) and a linear surface of max. 115 cm (45 ") (56 x 36 x 23 cms or 22 "x 14" x 9 " length + width + height).
                                        •  A personal object (eg hand bag or briefcase or backpack) max. 3kg.
                                        • An additional object ( Eg . Umbrella, camera case bag " duty free ").</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Carry On</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Y,1,10,CY</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAQTgZBAAAAA==" Chargeable="Available for a charge" Tag="Checked Baggage" DisplayOrder="1">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Checked baggage</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2306.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2306.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Check in your bags for extra convenience</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">1x23kg</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">1x23kg</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Checked baggage</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Y,1,23,Bag</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Baggage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKARTgZBAAAAA==" SecondaryType="XS" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Excess Baggage International</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2302.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2302.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Excess Baggage International</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Excess baggage available for an additional fee. Contact airline direct.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Excess baggage available for an additional fee. Contact airline direct.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Excess Baggage International</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Excess Bag</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06O" Key="0DgOYU3R2BKASTgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Priority Boarding</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Board the plane with priority</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Priority Boarding</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PriBoard</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06T" Key="0DgOYU3R2BKATTgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>PRIORITY CHECK IN</com:Description>
                                    </com:ServiceInfo>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06X" Key="0DgOYU3R2BKAUTgZBAAAAA==" SecondaryType="FR" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>UPGRADE PURCHASE</com:Description>
                                    </com:ServiceInfo>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="07G" Key="0DgOYU3R2BKAVTgZBAAAAA==" SecondaryType="PS" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Voy Vuelvo</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Voy Vuelvo</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Voy Vuelvo</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Voy Vuelvo</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAWTgZBAAAAA==" SecondaryType="RF" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Refunds</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2317.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2317.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Refunds</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Refunds</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Refunds</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="07H" Key="0DgOYU3R2BKAXTgZBAAAAA==" SecondaryType="SS" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>No Show</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">NoShow</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">No Show</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">NoShow</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="058" Key="0DgOYU3R2BKAYTgZBAAAAA==" SecondaryType="UE" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Upgrade Eligibility</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Eligible for an upgrade</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Upgrade Eligibility</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">UpgEligb</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="068" Key="0DgOYU3R2BKAZTgZBAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change of Date Route Time</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Rebooking as required</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change of Date Route Time</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Chgs</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAaTgZBAAAAA==" SecondaryType="VC" Chargeable="Not offered" Tag="Rebooking" DisplayOrder="3">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change Fee</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2313.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Change Fee</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Changes and cancellations of tickets are subject to the fare rules, some of these rules are linked to your ticket fare family, but can apply other, so change your flight may have additional costs.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Changes and cancellations of tickets are subject to the fare rules, some of these rules are linked to your ticket fare family, but can apply other, so change your flight may have additional costs.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change Fee</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Change Fee</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Branded Fares" CreateDate="2018-08-09T22:48:56.923+00:00" ServiceSubCode="06K" Key="0DgOYU3R2BKAbTgZBAAAAA==" SecondaryType="VR" Chargeable="Not offered" Tag="Refund" DisplayOrder="4">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Change of Name</com:Description>
                                    </com:ServiceInfo>
                                    <air:Text Type="Strapline" LanguageCode="EN">Name change</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Change of Name</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">ChgName</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAcTgZBAAAAA==" Chargeable="Not offered" Tag="Seat Assignment" DisplayOrder="5">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Advance seat reservation</com:Description>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Pre reserve your preferred seat in advance</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Advance seat reservation</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Seating</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="PreReservedSeatAssignment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAdTgZBAAAAA==" SecondaryType="EA" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>AM Plus</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2300.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2300.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">AM Plus</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">AM PLUS product applies to seats in the front rows of tourist cabin according to the type of aircraft.

                                        Benefits:

                                        - Priority Check In
                                        Exclusive check-in lines and baggage drop-off at the airport means faster service.

                                        - Priority Boarding
                                        Be among the first to board in the Main Cabin. (Group 2).

                                        - AM Plus Seat
                                        More space and resting, comfort in your seat in front of Cabin Economy.

                                        - Priority Baggage Handling
                                        Your baggage is among the first off and you get on your way quicker.

                                        Available on all equipment except Embraer 145 (ER4)
                                        The fee is charged per customer per segment.

                                        Costs:
                                        Domestic:  $22 Max $45 plus tax
                                        International: $50 Max $130 plus tax</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">AM PLUS product applies to seats in the front rows of tourist cabin according to the type of aircraft.

                                        Benefits:

                                        - Priority Check In
                                        Exclusive check-in lines and baggage drop-off at the airport means faster service.

                                        - Priority Boarding
                                        Be among the first to board in the Main Cabin. (Group 2).

                                        - AM Plus Seat
                                        More space and resting, comfort in your seat in front of Cabin Economy.

                                        - Priority Baggage Handling
                                        Your baggage is among the first off and you get on your way quicker.

                                        Available on all equipment except Embraer 145 (ER4)
                                        The fee is charged per customer per segment.

                                        Costs:
                                        Domestic:  $22 Max $45 plus tax
                                        International: $50 Max $130 plus tax</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">AM Plus</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">AM Plus</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="MealOrBeverage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAeTgZBAAAAA==" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Hot Meal</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2304.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2304.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Hot Meal</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">****Only available for flights over 3 hours long*****
                                        • Team prestigious chefs
                                        • Variety of morning and evening menus
                                        • Special menus available on International flights</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">****Only available for flights over 3 hours long*****
                                        • Team prestigious chefs
                                        • Variety of morning and evening menus
                                        • Special menus available on International flights</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Hot Meal</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">HT Meal</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="MealOrBeverage" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAfTgZBAAAAA==" SecondaryType="SN" Chargeable="Included in the brand" Tag="Meals and Beverages" DisplayOrder="6">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Snacks</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2311.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2311.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Snacks</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">On short flights :
                                        Morning flights: Service Sweet bread and /or cookies.
                                        Evening flights: Snacks</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">On short flights :
                                        Morning flights: Service Sweet bread and /or cookies.
                                        Evening flights : Snacks</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Snacks</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Snacks</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="InFlightEntertainment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAgTgZBAAAAA==" Chargeable="Included in the brand" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>In flight Entertainment System</com:Description>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2303.jpg"/>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2303.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">In flight Entertainment System</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">In flight entertainment system with an extensive catalog of movies, series and video games that is updated regularly, our Domestic and International routes .

                                        Our Boeing 737-800 with Sky Interiors conditioners, Panasonic have screens 11 inches in Clase Premier (Business Class) and 9-inch Panasonic screens in Economy Class</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">In flight entertainment system with an extensive catalog of movies, series and video games that is updated regularly, our Domestic and International routes .

                                        Our Boeing 737-800 with Sky Interiors conditioners, Panasonic have screens 11 inches in Clase Premier (Business Class) and 9-inch Panasonic screens in Economy Class</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">In flight Entertainment System</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">In flight</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="InFlightEntertainment" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAhTgZBAAAAA==" SecondaryType="IT" Chargeable="Available for a charge" Tag="WiFi" DisplayOrder="7">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>On Board Wifi</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2307.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2307.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">On Board Wifi</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">New technology Wi-Fi signal on board: 2KU. This innovation is considered the Internet service aboard the world's fastest . Aeromexico is the first airline to install this advanced technology in the course of 2016 and will provide the following services:

                                        Internet GoGo board selected 737-800 Aircraft.
                                        Panasonic broadband Internet on board our Boeing Dreamliner 787-8 and 787-9 .
                                        Embraer in our single-aisle Airplanes, movies and TV series broadcast on board free of charge to your smartphone or tablet through GoGo Vision application.</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">New technology Wi-Fi signal on board: 2KU. This innovation is considered the Internet service aboard the world's fastest . Aeromexico is the first airline to install this advanced technology in the course of 2016 and will provide the following services:

                                        Internet GoGo board selected 737-800 Aircraft.
                                        Panasonic broadband Internet on board our Boeing Dreamliner 787-8 and 787-9 .
                                        Embraer in our single-aisle Airplanes, movies and TV series broadcast on board free of charge to your smartphone or tablet through GoGo Vision application.</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">On Board Wifi</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">wifi</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="FrequentFlyer" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAiTgZBAAAAA==" SecondaryType="MG" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Premier Points</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2305.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2305.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Premier Points</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Levels : Titanium, Platinum, Gold , Classic and One

                                        Benefits :
                                        • Free tickets on domestic and international routes
                                        • Tourist Promotion Premier Class .
                                        • Accumulation of kilometers on each trip and additional Kms according to the fare paid
                                        • Access to VIP Lounges Premier and Sky Team lounges (Only Titanium and Platinum)
                                        • Access to document in Premier Class counters Aeromexico and SkyTeam
                                        • Selection of seats without cost only in  Aeromexico flights. Apply: AM Plus , preferred seats, emergency exits (Only Titanium and Platinum)</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Levels : Titanium, Platinum, Gold , Classic and One

                                        Benefits :
                                        • Free tickets on domestic and international routes
                                        • Tourist Promotion Premier Class .
                                        • Accumulation of kilometers on each trip and additional Kms according to the fare paid
                                        • Access to VIP Lounges Premier and Sky Team lounges (Only Titanium and Platinum)
                                        • Access to document in Premier Class counters Aeromexico and SkyTeam
                                        • Selection of seats without cost only in  Aeromexico flights. Apply: AM Plus , preferred seats, emergency exits (Only Titanium and Platinum)</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Premier Points</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PremierPTS</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Lounge" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAjTgZBAAAAA==" Chargeable="Not offered" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Social Club Premier</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2309.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2309.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Social Club Premier</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">By acquiring the Unified Access Club Premier Partner, you will enjoy the following services at the Red Salon Premier lounges in Mexico:

                                        • Network Access Salon Premier lounges in Mexico the same day
                                        • Direct Documentation in the Premier Lounge for passengers without luggage to document
                                        • Assistance, information and support from our Executives everything about your flight.
                                        • Coffee service, Hors d'oeuvres and complementary bar.
                                        • Magazines and the most prestigious national newspapers.
                                        • Satellite Television.
                                        • Local Calls.
                                        • Service sending and receiving fax
                                        • Computers with Internet service and printer.
                                        • Complementary photocopying service up to a maximum of 10 sheets
                                        • Wireless Internet from their own laptop, available in all Premier Salons Network

                                        In some Premier Salons you can find:

                                        • Waiter service
                                        • Smoking Areas
                                        • Private meetings room and conditioned thinking productivity, to reserve it and confirm availability, we ask you to contact our executives in the Red Salon Premier lounges in Mexico.
                                        • Area for luggage</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">By acquiring the Unified Access Club Premier Partner, you will enjoy the following services at the Red Salon Premier lounges in Mexico:

                                        • Network Access Salon Premier lounges in Mexico the same day
                                        • Direct Documentation in the Premier Lounge for passengers without luggage to document
                                        • Assistance, information and support from our Executives everything about your flight.
                                        • Coffee service, Hors d'oeuvres and complementary bar.
                                        • Magazines and the most prestigious national newspapers.
                                        • Satellite Television.
                                        • Local Calls.
                                        • Service sending and receiving fax
                                        • Computers with Internet service and printer.
                                        • Complementary photocopying service up to a maximum of 10 sheets
                                        • Wireless Internet from their own laptop, available in all Premier Salons Network

                                        In some Premier Salons you can find:

                                        • Waiter service
                                        • Smoking Areas
                                        • Private meetings room and conditioned thinking productivity, to reserve it and confirm availability, we ask you to contact our executives in the Red Salon Premier lounges in Mexico.
                                        • Area for luggage</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Social Club Premier</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">Club</air:Title>
                                </air:OptionalService>
                                <air:OptionalService Type="Pets" CreateDate="2018-08-09T22:48:56.923+00:00" Key="0DgOYU3R2BKAkTgZBAAAAA==" SecondaryType="PC" Chargeable="Available for a charge" Tag="Other" DisplayOrder="999">
                                    <com:ServiceData AirSegmentRef="0DgOYU3R2BKApSgZBAAAAA=="/>
                                    <com:ServiceInfo>
                                        <com:Description>Pet in Cabin</com:Description>
                                        <com:MediaItem caption="Agent" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2312.jpg"/>
                                        <com:MediaItem caption="Consumer" height="60" width="60" url="https://cdn.travelport.com/aeromexico/AM_general_medium_2312.jpg"/>
                                    </com:ServiceInfo>
                                    <air:EMD AssociatedItem="Flight"/>
                                    <air:Text Type="Strapline" LanguageCode="EN">Pet in Cabin</air:Text>
                                    <air:Text Type="MarketingAgent" LanguageCode="EN">Pet on board: Take your dog and / or cat in the cabin, your transportation involves a fee, regardless of the baggage you're carrying.

                                        • Apply only on flights under 6 hours.
                                        • Within or from Mexico and the United States, Canada, Central and South America for a Special fee
                                        • In widebody aircraft (B777 and B787) applies only in economy cabin (because the space under the seats in cabin Premier is insufficient).
                                        • The dog and / or cat shall be subject to the inspection conducted by the National Health Service and/or airport authorities.
                                        • The dog must have a certificate of vaccination against rabies issued no later than 30 days prior to the flight date.
                                        • Veterinary certificate SAGARPA (For international flights only must be issued by SAGARPA) This procedure is your responsibility.
                                        • Only 1 pet may be carried per passenger.
                                        • Unaccompanied minors are not allowed to travel with dogs.
                                        • No pets are allowed with less than 8 weeks old.
                                        • No pets are accepted with veterinary treatment.
                                        • Passengers are responsible for their pet’s cleanliness and hygiene during the flight.

                                        Costs:
                                        • Domestic: USD $ 986.00 with tax included.
                                        • International: USD $ 145.00</air:Text>
                                    <air:Text Type="MarketingConsumer" LanguageCode="EN">Pet on board: Take your dog and / or cat in the cabin, your transportation involves a fee, regardless of the baggage you're carrying.

                                        • Apply only on flights under 6 hours.
                                        • Within or from Mexico and the United States, Canada, Central and South America for a Special fee
                                        • In widebody aircraft (B777 and B787) applies only in economy cabin (because the space under the seats in cabin Premier is insufficient).
                                        • The dog and / or cat shall be subject to the inspection conducted by the National Health Service and/or airport authorities.
                                        • The dog must have a certificate of vaccination against rabies issued no later than 30 days prior to the flight date.
                                        • Veterinary certificate SAGARPA (For international flights only must be issued by SAGARPA) This procedure is your responsibility.
                                        • Only 1 pet may be carried per passenger.
                                        • Unaccompanied minors are not allowed to travel with dogs.
                                        • No pets are allowed with less than 8 weeks old.
                                        • No pets are accepted with veterinary treatment.
                                        • Passengers are responsible for their pet’s cleanliness and hygiene during the flight.

                                        Costs:
                                        • Domestic: USD $ 986.00 with tax included.
                                        • International: USD $ 145.00</air:Text>
                                    <air:Title Type="External" LanguageCode="EN">Pet in Cabin</air:Title>
                                    <air:Title Type="Short" LanguageCode="EN">PetCBN</air:Title>
                                </air:OptionalService>
                            </air:OptionalServices>
                        </air:Brand>
                    </air:FareInfo>
                    <air:BookingInfo BookingCode="V" CabinClass="Economy" FareInfoRef="0DgOYU3R2BKA3SgZBAAAAA==" SegmentRef="0DgOYU3R2BKAnSgZBAAAAA==" HostTokenRef="0DgOYU3R2BKAsSgZBAAAAA=="/>
                    <air:BookingInfo BookingCode="V" CabinClass="Economy" FareInfoRef="0DgOYU3R2BKAOTgZBAAAAA==" SegmentRef="0DgOYU3R2BKApSgZBAAAAA==" HostTokenRef="0DgOYU3R2BKAtSgZBAAAAA=="/>
                    <air:TaxInfo Category="AY" Amount="USD5.60" Key="0DgOYU3R2BKAvSgZBAAAAA=="/>
                    <air:TaxInfo Category="US" Amount="USD36.60" Key="0DgOYU3R2BKAwSgZBAAAAA=="/>
                    <air:TaxInfo Category="XA" Amount="USD3.96" Key="0DgOYU3R2BKAxSgZBAAAAA=="/>
                    <air:TaxInfo Category="XF" Amount="USD4.50" Key="0DgOYU3R2BKAySgZBAAAAA=="/>
                    <air:TaxInfo Category="XY" Amount="USD7.00" Key="0DgOYU3R2BKAzSgZBAAAAA=="/>
                    <air:TaxInfo Category="YC" Amount="USD5.65" Key="0DgOYU3R2BKA0SgZBAAAAA=="/>
                    <air:TaxInfo Category="UK" Amount="USD26.24" Key="0DgOYU3R2BKA1SgZBAAAAA=="/>
                    <air:TaxInfo Category="XD" Amount="USD39.60" Key="0DgOYU3R2BKA2SgZBAAAAA=="/>
                    <air:FareCalc>LAX AM GDL 61.00NNNA0SBM AM LAX 61.00NNNA0SBM NUC122.00END ROE1.0</air:FareCalc>
                    <air:PassengerType Code="ADT"/>
                    <air:ChangePenalty>
                        <air:Percentage>100.00</air:Percentage>
                    </air:ChangePenalty>
                    <air:CancelPenalty>
                        <air:Percentage>100.00</air:Percentage>
                    </air:CancelPenalty>
                    <air:BaggageAllowances>
                        <air:BaggageAllowanceInfo Origin="LAX" Destination="GDL" Carrier="AM">
                            <air:TextInfo>
                                <air:Text>0PC</air:Text>
                                <air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text>
                            </air:TextInfo>
                        </air:BaggageAllowanceInfo>
                        <air:BaggageAllowanceInfo Origin="GDL" Destination="LAX" Carrier="AM">
                            <air:TextInfo>
                                <air:Text>0PC</air:Text>
                                <air:Text>BAGGAGE DISCOUNTS MAY APPLY BASED ON FREQUENT FLYER STATUS/ ONLINE CHECKIN/FORM OF PAYMENT/MILITARY/ETC.</air:Text>
                            </air:TextInfo>
                        </air:BaggageAllowanceInfo>
                    </air:BaggageAllowances>
                </air:AirPricingInfo>
                <com:HostToken Key="0DgOYU3R2BKAsSgZBAAAAA==">GFB10101ADT00  01NNNA0SBM                              010001#GFB200010101NADTV3005MXB50080000399Q#</com:HostToken>
                <com:HostToken Key="0DgOYU3R2BKAtSgZBAAAAA==">GFB10101ADT00  02NNNA0SBM                              010002#GFB200010102NADTV3005MXB50080000399Q#</com:HostToken>
            </air:AirPricingSolution>
            <com:ActionStatus xmlns:com="http://www.travelport.com/schema/common_v43_0" ProviderCode="1V" TicketDate="2018-08-10T01:01:45" Type="TAW"/>
        </univ:AirCreateReservationReq>
    </soapenv:Body>
</soapenv:Envelope>

Any help will be very appreciated, thanks.

NirandaG commented 6 years ago

HI, Could you please share the username? Rgds, Niranda

osroflo commented 6 years ago

UAPI_USERNAME='Universal API/uAPI-121700190' UAPI_PASSWORD='CK4jbckfbRfA7GsxwrJm8AGqj' UAPI_BRANCH_CODE='P106458' UAPI_PROVIDER='1V'

NirandaG commented 6 years ago

Hi Osroflo, Could you please confirm if you able to create a booking on uAPI Demo site:?https://demo.travelportuniversalapi.com/ Use your same credentials and select PreProd environment. Rgds, Niranda

osroflo commented 6 years ago

I was able to book. I am not sure what is causing that issue?

zarifkhanafridi commented 5 years ago

i get the same problem. and also on livedemo it gives error.. (Transaction Error: Procedure/5012)

username : Universal API/uAPI5998622372-936e7dfd TRG : P7117943

NirandaG commented 5 years ago

Hi, These credentials does not seems to be Sandbox. Please raise a ticket on MyTravelport and someone would assist on this. https://my.travelport.com Rgds, Niranda