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

Not able to place a PNR into GDS Queue #306

Open oldmonk7 opened 7 years ago

oldmonk7 commented 7 years ago

Input params { pnr: 'KQJ0JO', queue: '62', pcc: '2H41' } Request URL: https://americas.universal-api.pp.travelport.com/B2BGateway/connect/uAPI/GdsQueueService Request XML:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:univ="http://www.travelport.com/schema/universal_v36_0" xmlns:gds="http://www.travelport.com/schema/gdsQueue_v36_0">
    <soapenv:Header />
    <soapenv:Body>
        <gds:GdsQueuePlaceReq TargetBranch="P7066482" RetrieveProviderReservationDetails="true" PseudoCityCode="2H41" ProviderCode="1G" ProviderLocatorCode="KQJ0JO">
            <com:BillingPointOfSaleInfo OriginApplication="uAPI" xmlns:com="http://www.travelport.com/schema/common_v36_0"/>
            <com:QueueSelector Queue="62" xmlns:com="http://www.travelport.com/schema/common_v36_0"/>
        </gds:GdsQueuePlaceReq>
    </soapenv:Body>
</soapenv:Envelope>

Response SOAP:

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><SOAP:Fault><faultcode>Server.Business</faultcode><faultstring>Host Connection Credentials not available</faultstring><detail><common_v36_0:ErrorInfo xmlns:common_v36_0="http://www.travelport.com/schema/common_v36_0"><common_v36_0:Code>8259</common_v36_0:Code><common_v36_0:Service>WEBSVC</common_v36_0:Service><common_v36_0:Type>Business</common_v36_0:Type><common_v36_0:Description>Host Connection Credentials not available</common_v36_0:Description><common_v36_0:TransactionId>8CAEB8A50A07643C69F679EAB520D970</common_v36_0:TransactionId></common_v36_0:ErrorInfo></detail></SOAP:Fault></SOAP:Body></SOAP:Envelope>
vivekjyotipramanik commented 7 years ago

Hi oldmonk7,

Could you please check with Account Manager if your credentials is provisioned for Queue functionalities. Thanks.