4

I'm looking into developing a reservations systems using the GDS Sabre. I will have access to their normal system via a terminal, however their Web Services are too expensive and I'm looking for a workaround.

Anyone with experience using this system know if it's possible to access their terminal programatically? I'm thinking about doing a simple program that can search information in Sabre using terminal commands but I have no clue on how the connection to Sabre's server works. (A simple TCP connection would be ideal)

buzali
  • 802
  • 1
  • 6
  • 12
  • You could probably screen scrape their terminal (that what the original way you accessed Sabre, back before they implemented their CORBA backbone). But yea, thats leaping 15 years into the past - its hard to implement, hard to maintain, hard to scale, all around unpleasant to deal with. – Perception Jan 03 '13 at 03:06
  • Why screen scraping? Is the terminal usually accessed via a website? – buzali Jan 03 '13 at 03:46

1 Answers1

1

It is possible to what you want and we can help you. You will need the MySabre API or Emulator API license from Sabre.

Prasad
  • 11
  • 1