Breadcrumb
Sabre WebServices
Sabre Red 360 Developer Toolkit provides a capability to call Sabre Web Services from a Red App implemented as a web module. There are a couple of ways to do this.
SoapApiService
Allows calling Sabre SOAP services. This service is independent of the environment (works both on the web and desktop). Learn more about the service.
RestApiService
Allows calling Sabre REST services. This service is independent of the environment (works both on the web and desktop). Learn more about the service.
SrwSyncApi
Allows calling both SOAP and REST Sabre services. This service is available only on desktop. Learn more about the service.
SrwAsyncApi
Allows calling both SOAP and REST Sabre services. This service is available only on desktop. Learn more about the service. In contrast to SrwApi, SrwAsyncApi allows for asynchronous service calls.
ExternalServiceConnector
ExternalServiceConnector allows calling external services over the HTTP protocol. It is not the recommended way to call Sabre Web Services, but can be used for such a purpose. Learn more about the service.