SIG User Manual

From TAIS Documentation
(Difference between revisions)
Jump to: navigation, search
m (WSDL & XSD)
m (WSDL & XSD)
Line 45: Line 45:
  
 
This is the simple query
 
This is the simple query
 +
<syntaxhighlight lang="xml">
 +
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sig="http://sigtest.tais.ru:8098/cgi/sirena23.cgi/SIG/">
 +
  <soapenv:Header/>
 +
  <soapenv:Body>
 +
      <sig:SIGQuery>
 +
        <!--Optional:-->
 +
        <sig:Request>
 +
            <?xml version="1.0" encoding="UTF-8"?>
 +
<SIG_AirShopRQ CustomerID="TestUser">
 +
  <Itinerary>
 +
        <OriginDestination ODRef="1" To="mow" From="svx" Date="2013-03-10"/>
 +
        <OriginDestination ODRef="2" To="svx" From="mow" Date="2013-03-15"/>
 +
        </Itinerary>
 +
    <PaxTypes>
 +
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
 +
    </PaxTypes>
 +
</SIG_AirShopRQ>
 +
        </sig:Request>
 +
      </sig:SIGQuery>
 +
  </soapenv:Body>
 +
</soapenv:Envelope>
  
 
= Demo System =
 
= Demo System =

Revision as of 10:32, 12 September 2012

Preface

SIG is a middleware web service designed to provide IBE/OTA with a unified interface to the following functions of different GDS and local CRS.

  1. Fixed date shopping
  2. Flex date shopping
  3. Flight Availability
  4. Fare Availability
  5. Fare Rule Display
  6. Booking & Pricing
  7. Ticket Issue
  8. Different forms of payment: CASH, CC, CASH+CC
  9. Booking status & Repricing
  10. Booking Cancellation & Ticket Void
  11. Ticket status
  12. Schedule Display
  13. Fare Display


Currently SIG manages interfaces with the following systems:

  1. Galileo
  2. Sirena-Travel & Sirena-2.3
  3. SITA Gabriel
  4. Biletix Distribution System (Charter Database)


SIG is an execellent chance to IBE/OTA to avoid integration with many systems because it offers

  1. Quick new system links. As soon as organization tasks solved
  2. IBE/OTA developers do not need to know anything about GDS/CRS. All GDS/CRS technology concerns covered by SIG team.
  3. IBE/OTA developers do not need to speak Russian to deal with Russian systems
  4. No extra look/book invoices even for heavy loaded B2C projects.
  5. Comprehensive shopping engine able to find itineraries not offered by connected GDS/CRS shopping tools
  6. Smart price and availability caching tools

Currently SIG is being used by the following projects: biletix.ru, portbilet.ru, tutu.ru, e-ticket.ru, aviarost.ru, etc. These integrations work via SIG old API not available for new customers.

Now SIG team develops new SIG API targeted to launch its basic functions at 01.10.2012. This API described in details in other sections.

WSDL & XSD

SIG - is SOAP server.

Service definition file is available at SIG WSDL

It contains the only method SIGQuerySoap which wraps the actual XML request in sig:SIGQuery+sig:Request tags.

The XML requests and replies are described in SIG.xsd

This is the simple query

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sig="http://sigtest.tais.ru:8098/cgi/sirena23.cgi/SIG/">
   <soapenv:Header/>
   <soapenv:Body>
      <sig:SIGQuery>
         <!--Optional:-->
         <sig:Request>
             <?xml version="1.0" encoding="UTF-8"?>
<SIG_AirShopRQ CustomerID="TestUser">
   <Itinerary>
        <OriginDestination ODRef="1" To="mow" From="svx" Date="2013-03-10"/>
        <OriginDestination ODRef="2" To="svx" From="mow" Date="2013-03-15"/>
        </Itinerary>
    <PaxTypes>
        <PaxType Count="1" AgeCat="ADT" PTRef="adt0"/>
    </PaxTypes>
</SIG_AirShopRQ>
         </sig:Request>
      </sig:SIGQuery>
   </soapenv:Body>
</soapenv:Envelope>

= Demo System =
For evaluation you can use [{{SigWebServiceTestSite}} '''SIG Demo service''']  [{{SigWebServiceTestSite}} '''SIG Demo service''']

This service available to public

Now only SIG_AirShop transaction is implemented.

After signing the contract the Customers receives own Prod and Test endpoints.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox