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

Getting error in AirPriceRsp #295

Open Sapanesh opened 7 years ago

Sapanesh commented 7 years ago

Hi,

When we are try AirpriceReq but in response we are always getting two warning

1) Taxes returned at the FareInfo level are for informational purposes only, and may differ from those returned at the Itinerary/Passenger Type levels.

2)No Merchandising optional services returned for Flight(s) [9W][823]

How we can remove them.

one more question After AirCreateReservationReq How we can came to know that ticket is confirm in AirCreateReservationRsp ?

Please check attachment as reference

Request_response Airprice.txt

vivekjyotipramanik commented 7 years ago

Hi Sapanesh,

The warnings are valid and will show up in AirPriceResponse. This warnings are informational and valid.

AirCreateReservationReq/Rsp does not confirm ticket. It just holds the reservation. To confirm ticket we have to run AirTicketingReq/rsp to generate ticket number and confirm the reservation.

For TicketLess Airlines like JQ, AirTicketingReq is not required and in AirCreateReservation itself the reservation can be confirmed. Please let us know how it goes. Thanks.

Sapanesh commented 7 years ago

Hi @vivekjyotipramanik ,

When we are try AirpriceReq but in response we are always getting two warning

1) Taxes returned at the FareInfo level are for informational purposes only, and may differ from those returned at the Itinerary/Passenger Type levels. 2) No Merchandising optional services returned for Flight(s) [9W][823]

How we can remove tham. ??

Please answer of both point

We already attached request and response in ticket.

Thanks, Sapanesh

vivekjyotipramanik commented 7 years ago

Hi Sapanesh,

Both of the warnings are valid and might come back in AirPriceRsp. Those are valid warning returned from UAPI. The 1st warning is shown as information and the 2nd warning is coming cause the flight does not have any merchandising content. This is working as designed and cannot be removed by any changes in the request. Thanks.

Sapanesh commented 7 years ago

Hi @vivekjyotipramanik Thanks for respond... But during the time of profiling they don't want any warning in response. Is that case How we will pass certification process ?

Thanks, Sapanesh

vivekjyotipramanik commented 7 years ago

Hi Sapanesh,

The warning depends on various parameters, like dates, origin, Destination, AirSegment, fare etc. So, it is quite possible that for a particular AirPriceReq, the warning might come and for some other it is not there.

I would highly recommend creating an ORS ticket regarding this question and an API analyst will check the ticket and provide more updates. Thanks.

inventivesoft commented 7 years ago

Hi vivekjyotipramanik,

I am facing an issue with AirPriceReq using these credentials

Target Branch = P105340 Login ID: Universal API/uAPI-669306944 Password: Yr9NFKw3yS5YMcrz8pZJdayBf

REQUEST

`<?xml version="1.0"?>

` RESPONSE ---------------------------------------------------- ` Server.System Transaction Error: Procedure/5012 10 SYSTEM System Transaction failure. D4C0107A0A0764783F7D287D3BDA42C0 ed844b54-e633-4044-a957-40d7c685fa18 `
NirandaG commented 7 years ago

Hi inventivesoft, The robotic SignOn was missing on the credentials and I have successfully build it. Please try the AirPrice again and you should be able to get successful response.

Thank you, Niranda

inventivesoft commented 7 years ago

Hi NirandaG,

Thank you, It is working now