Questions tagged [amadeus]

Amadeus is a technology solutions provider to the global travel and tourism industry. This tag is for questions about software development using Amadeus' APIs.

Amadeus provides search, pricing, booking, ticketing and other processing services in real-time to travel providers and travel agencies through its Amadeus CRS distribution business area. Amadeus CRS is the largest GDS provider in the worldwide travel and tourism industry, with an estimated market share of 37% in 2009.

364 questions
8
votes
2 answers

Error in Amadeus Service: A header representing a Message Addressing Property is not valid and the message cannot be processed

While trying to invoking my Amadeus Fare_masterpricetravelboard Service using SoapUI like mozila poster, Google restclient app, or my .net code, it returns the following error message: A header representing a Message Addressing Property is not…
Mansinh
  • 1,365
  • 4
  • 19
  • 47
7
votes
1 answer

ColdFusion Hash

I'm trying to create a password digest with this formula to get the following variables and my code is just not matching. Not sure what I'm doing wrong, but I'll admit when I need help. Hopefully someone is out there who can help. Formula from…
5
votes
1 answer

Consume Amadeus Soap4.0 in C#

C# Code: public static void CallWebService(string XmlText) { try { var _url = "https://nodeD1.test.webservices.amadeus.com/1ASIWMLFPNP";// "https://noded1.test.webservices.amadeus.com/1asiwmlfpnp"; …
Amarnath Balasubramanian
  • 9,300
  • 8
  • 34
  • 62
5
votes
1 answer

Amadeus : Travel Build Request for hotel response error 17 | session 'no agreement on destination'

I have been having issues with my amadeus ws travel build Each time i tried creating a reservation for the hotel, i keep getting this error 17|session|No agreement on destination Here is my code // curl url $soapUrl =…
UniQue
  • 96
  • 1
  • 9
5
votes
2 answers

How to create a big int with a secure random

I have this code in java and I need to reproduce in Go. String nonce = new BigInteger(130, new SecureRandom()).toString(32); Is the only way to generate a nonce for GDS amadeus soap header 4. Thanks
Matías Sueiro
  • 103
  • 1
  • 7
4
votes
1 answer

Get Json Array Size

I have Two Json returned from Web API which contain dynamic size array "contacts" and "amenities". Normally I will access the fixed size array "results" in Json with the following code as I am the on fix the size. string json =…
Yih Wei
  • 537
  • 3
  • 21
3
votes
0 answers

Amadeus test.api.amadeus.com/v2/shopping/hotel-offers and other api V2 hotel api return a 401 invalid access token

I'm working on a hotel booking application, and trying to integrate amadeus api. I'm using the test api base url https://test.api.amadeus.com when sending a request for flight-offers i get the response and the token is valid. But when i'm trying to…
grace
  • 31
  • 1
  • 2
3
votes
0 answers

Are there examples of itineraries that are compatible with the Amadeus self-service trip parse API?

I've tried booking references from a dozen providers (which I don't want to post for privacy reasons) and every time the API returns 'Unable to parse' but with no additional diagnostic information. As a self-service API they don't offer support…
Dan G
  • 33
  • 2
3
votes
2 answers

Working algorithm for PasswordDigest in WS-Security php

I have been creating hash password from the formula given by my airline supplier. I have search on this site and I got the solution from below link in C# but I want in PHP. Working algorithm for PasswordDigest in WS-Security I have tried like this…
Nitin Jain
  • 83
  • 1
  • 14
3
votes
3 answers

Which Amadeus API will return the flight details with price?

I am working on the Amadeus API and using the Air_MultiAvailability. it gives me the flight search results data but not giving me the flight price. SO i need to get the all the flight details with price. I don't know that i am using the correct API…
user2243590
  • 41
  • 1
  • 2
2
votes
1 answer

Primitive Technical Error (141) when querying the flight_destinations endpoint

I'm a student creating a demo app using your test API, and am getting the following error when querying the flight destination API (eg. https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=PAR&maxPrice=200) I don't get any error when…
2
votes
2 answers

amadeus api - this return 404 - any idea why?

curl -X GET "https://test.api.amadeus.com/v1/shopping/flight-dates?origin=LON&destination=NYC&departureDate=2022-10-01&oneWay=true&nonStop=false&viewBy=DATE" -H "accept: application/vnd.amadeus+json" -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXX"
almog
  • 43
  • 2
2
votes
2 answers

Call Amadeus flight-offers-pricing API from R?

Update: Here is code that shows how to get an access token. I also use the test api here which is free (no credit card required). The first api call to test.api.amadeus.com/v2/shopping/flight-offers is shown. It is the second api call to…
ixodid
  • 2,180
  • 1
  • 19
  • 46
2
votes
1 answer

Amadeus Access Token Error, Mandatory grant_type form parameter missing

I am trying to get access token using Amadeus testing API using Postman, but it return error in response. Can you please help me where something is missing or incorrect. URL:…
2
votes
1 answer

Django NoReverseMatch - Amadeus API

I'm attempting to use an API as part of a project I'm working on and am having some difficulty currently: API https://developers.amadeus.com/self-service/category/air/api-doc/airport-and-city-search API - Python…
Tjm92
  • 167
  • 2
  • 19
1
2 3
24 25