Questions tagged [sabre]

Sabre is a technology solutions provider to the global travel and tourism industry. This tag is for questions about software development on the Sabre development platform.

Sabre provides information and services to the global travel and tourism industry.

Sabre offers a broad range of technology solutions including, data-driven business intelligence, mobile, distribution and Software as a Service (SaaS) solutions that are used by travel suppliers (airlines, hotels, car rental outlets, railways, cruise lines and tour operators) and travel buyers (travel agencies, travel management companies and corporate travel departments) to plan, market, sell, serve and operate their business.

Given the variety of development languages available, in order to simplify troubleshooting when diagnosing issues, please make sure to include SOAP and/or REST traffic (depending on the APIs being used) when asking questions.

'Traffic' represents http request uri, request headers and request body generated by your app when testing REST APIs, and XML serialized request and responses when testing SOAP APIs.

This tag is for questions about software targeting Sabre APIs.

645 questions
3
votes
1 answer

Do Sabre's lists of city pairs contain only few countries?

When I'm downloading the prod list of city pairs from here: https://developer.sabre.com/docs/read/rest_apis/air/search/instaflights_search I see only us cities and canadian cities. Don't they support searches for flights from other countries to…
Ronen Festinger
  • 2,260
  • 1
  • 23
  • 32
3
votes
3 answers

How do I perform oauth2 for Sabre Dev Network using python?

I am trying to get an authentication token from the Sabre Dev Studio. I am following the generic directions given here https://developer.sabre.com/docs/read/rest_basics/authentication(need to login to view) but I cannot figure out how to obtain a…
2
votes
1 answer

How can I make Soap api call from node js using soap npm

I tried to use "soap" npm and build an object to be sent as param but the object is not able to be converted to envelope. I posted the file and response below app.js file contain the below var soap = require('soap'); const…
2
votes
1 answer

How to Find Particular Endpoints for Sabre Soap API?

Im completely new to SOAP API's, I've been working with REST API's. I think I've read the documentation of Sabre APIs but i was unable to find the respective endpoints for the SOAP API's. I tried contacting Sabre but they are not responding to my…
2
votes
1 answer

Sabre: Modify an air segment

I'm trying to modify an air segment in a reservation of Sabre. From my knowledge, I assume that the steps to do it will be: Search for changeable air segments Calculate fee to modify segment(s) A to segment(s) B Add new segments B to…
2
votes
1 answer

Rest API alternative for SOAP Sabre Air Availability API

I want to know that is there any REST API alternative available for Sabre Soap "Air Availability API" which will basically serves all the purpose and have same refinement parameter? If Yes, provide me the disadvantages the alternative one has.
Sahil
  • 78
  • 1
  • 12
2
votes
4 answers

Accessing Sabre Web Services using PHP

I have been approached to create a website using Sabre Web Services to power the reservations system. All documentation I have seen refers to .NET or Java solutions, and I was in doubt as to whether PHP can be used, as access is performed using…
Peter
2
votes
1 answer

Bargain Finder Max

I am trying to implement Bargain Finder Max API in ASP.NET application. For accessing the API we need a token. I tried generating the token using Postman but it always returns 400 (bad request). We have created Base64 string as mentioned in…
Gaurav
  • 535
  • 1
  • 8
  • 28
2
votes
1 answer

Event timestamp and timezone

The events from ENS contains a timestamp for the event. However, I can find no indication of which timezone? It appears to be GMT-5, but will this always be the case? Does anyone know?
Thomas
  • 21
  • 3
2
votes
2 answers

DailySalesReportLLSRQ returns TICKETING DATABASE ERROR

Request to DailySalesReport service in development enviromant:
2
votes
0 answers

What does the exception : "Service provider invocation failure" mean? and what is the commonly known fix for this?

I am trying to make a call for PriceQuoteService by importing new WSDL. There was an error while I tried to make the call where the auto-generated code of WSDL contained [][] instead of []. Upon making necessary replaces I am getting "Service…
Mahesh P.
  • 51
  • 7
2
votes
0 answers

Error while creating Proxy Class of GetVehAvailRQ.wsdl Sabre Car Soap API

getting error while creating proxy class using wsdl.exe G:\GetVehAvailRQ_v1.0.0_sample_payloads>wsdl /l:CS /out:CarServce.cs /n:AddCarService GetVehAvailRQ.wsdl Microsoft (R) Web Services Description Language Utility [Microsoft (R) .NET Framework,…
2
votes
1 answer

How do I extend a JAXBContext used by classes generated by CXF wsdl2java to include an additional ObjectFactory

What? I am using CXF's wsdl2java to generate Java classes from an externally supplied wsdl (TravelItineraryReadRQ.wsdl). When I call the operation, I get a response that I can unmarshal into Java classes, with the exception of one element and its…
roj
  • 1,262
  • 13
  • 27
2
votes
1 answer

SABRE: Create PNR API Error: ERR.SP.PROVIDER_ERROR

I'm building a web app and was integrating Sabre with it. I was following the "Low Fare Search and Book" workflow and I'm done shopping flights using Bargain Finder Max so I wanted to book the flights selected through Create Passenger Name Record.…
saionachi
  • 397
  • 1
  • 5
  • 21
2
votes
0 answers

Sabre Instaflights Search One-way getting no results

I am facing an issue in calling Sabre Instaflights Search API Below are the two issues which I am facing. No results if I send only departure date.…
Dileep Kanta
  • 51
  • 2
  • 8
1
2
3
42 43