Amadeus Ws Client Versions Save

PHP Amadeus SOAP Web Service client library

v1.6.1

6 years ago

Fixes a bug with FOP_CreateFormOfPayment which requires an empty <dummy> xml node to be present.

v1.6.0

6 years ago
  • 3 new messages implemented: MiniRule_GetFromETicket, Ticket_ProcessEDoc, Ticket_CancelDocument.
  • More options for retrieving PNR's using PNR_Retrieve
  • Support for "Layover per connection" option in Fare_MasterPricerTravelBoardSearch
  • 1 bug fixed in PNR_AddMultiElements

Check out the detailled changelog for more information.

v1.5.0

6 years ago

This release includes some improvements to all Pricing messages, PNR_AddMultiElements, PNR_Retrieve, and MasterPricer messages (mostly thanks to @bimusiek!)

Support was added for Air_MultiAvailability version 16 and up.

2 new messages were implemented:

  • FOP_ValidateFOP
  • Service_IntegratedCatalogue

Check out the detailled changelog for more information.

v1.4.0

7 years ago

This release includes a few improvements to PNR_AddMultiElements, an extra pricing option in Fare_PricePNRWithBookingClass (and other Pricing messages), and support for 4 new messages:

  • DocRefund_InitRefund
  • DocRefund_UpdateRefund
  • DocRefund_ProcessRefund
  • Fare_GetFareRules

See the Changelog for a full overview of changes in this release.

v1.3.1

7 years ago

Fixes an issue with a conflicting psr/log dependency when installing in a Yii2 application.

v1.3.0

7 years ago

The main feature for this release is the support of the Amadeus Ticket Changer (ATC) Shopper flow (#39). We now support the following messages for this flow:

  • Ticket_CheckEligibility
  • Ticket_ATCShopperMasterPricerTravelBoardSearch
  • Ticket_RepricePNRWithBookingClass
  • Ticket_ReissueConfirmedPricing
  • Ticket_CreateTSMFareElement

Besides ATC Shopper, a few features were added to Fare_MasterPricerTravelBoardSearch and PNR_AddMultiElements. And a few bugs were fixed.

For an overview of all changes, check the Changelog.

v1.2.2

7 years ago

Fixed a bug that occurred when using Soap Header 4 WSAP's that contain OTA messages.

In some instances, the authentication headers were not set correctly due to a faulty PHP Classmap -> XSD element translation.

For more info, see the changelog

v1.2.1

7 years ago

Fixed an issue with calling the Security_Authenticate message (Soap Header 2 WSAP's) with authentication parameters provided as shown in the documentation.

The documentation was wrong. Fixed both scenario's in the code for backwards compatibility.

See the Changelog

v1.2.0

7 years ago

This release adds support for a number of new messages, as well as a number of improvements to previously supported messages.

New messages supported:

  • Ticket_DeleteTSMP
  • Ticket_DisplayTSMP
  • Ticket_DisplayTSMFareElement
  • DocIssuance_IssueCombined
  • PNR_NameChange
  • FOP_CreateFormOfPayment
  • PointOfRef_Search

Improvements to the following messages:

  • Fare_MasterPricerTravelBoardSearch
  • Fare_MasterPricerCalendar
  • Fare_CheckRules
  • Queue_List
  • PNR_AddMultiElements
  • PNR_Cancel

You can check the full changelog for more details

v1.1.1

7 years ago

Fixes a bug in Offer_ConfirmAirOffer and Offer_VerifyOffer (see #38) causing these messages to not work..