2

I am new in Amadeus web service integration; I use a wsdl from below address: https://nodeD1.test.webservices.amadeus.com/xxxxxxx this web service contains below methods:

•   Air_MultiAvailability
•   Air_SellFromRecommendation
•   DocIssuance_IssueTicket
•   Fare_CheckRules
•   Fare_InformativePricingWithoutPNR
•   Fare_MasterPricerTravelBoardSearch
•   Fare_PricePNRWithBookingClass
•   Fare_PricePNRWithLowerFares
•   PNR_AddMultiElements
•   PNR_Retrieve
•   PNR_Retrieve2
•   Queue_PlacePNR
•   Security_SignOut
•   Ticket_CreateTSTFromPricing

But there is no method to get Security token. Do you know how can I get security token code and login to web service?

Amarnath Balasubramanian
  • 9,300
  • 8
  • 34
  • 62
Mojtaba Rezaie
  • 98
  • 1
  • 10

1 Answers1

1

WSDL in Amadeus environment are created in a portal, you need to ask the WSAP admin of your organization to add the Security_Authenticate definition to your WSDL.

The authentication is made using an OfficeId, Username and password.