Skip to main content

Use Host Rail Commands

1.22.0
Rail
Utility
SOAP API
Travel Agency

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

Deprecated API

Warning! Sabre Rail SOAP APIs will be decommissioned soon. New REST APIs documentation is available here.

The Use Host Rail Commands (ResaRailCommandRQ) is a low level service used strictly for SNCF.

Target Audience
Travel Agency
API Version
1.22.0
Authentication
Session Token
Service Action Code
ResaRailCommandRQ

ResaRailCommand is a pass-through service that enables clients to issue commands in the ResaRail system via Web Services and return the results in XML format. In that respect, it is analogical to SabreCommand service that serves the same purpose but for Sabre Host commands. Not all commands are supported. SNCF itself can limit if a command can be used by ResaRailCommand service.

For more details please refer to Resources.

NOTE: Consuming this webservice and its content requires special permission. Before requesting access please make sure you have all the necessary agreements in place with the rail vendor(s) you would like to sell using Sabre Webservices. For more information on accessing Sabre Rail content and rail supplier contacts please visit the respective product page on Agency eServices.

Sample Request
<ns10:ResaRailCommandRQ xmlns:ns10="http://webservices.sabre.com/sabreXML/RCP/rrc" xmlns:ns11="http://webservices.sabre.com/sabreXML/RCP/rsm" xmlns:ns12="http://webservices.sabre.com/sabreXML/RCP/rd" xmlns:ns13="http://webservices.sabre.com/sabreXML/RCP/rrep" xmlns:ns14="http://webservices.sabre.com/sabreXML/RCP/ris" xmlns:ns15="http://webservices.sabre.com/sabreXML/RCP/rpnrs" xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:ns17="http://webservices.sabre.com/sabreXML/RCP/rrr" xmlns:ns18="http://webservices.sabre.com/sabreXML/RCP/rmas" xmlns:ns19="http://webservices.sabre.com/sabreXML/RCP/rl" xmlns:ns2="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ns20="http://webservices.sabre.com/sabreXML/RCP/rs" xmlns:ns21="http://webservices.sabre.com/sabreXML/RCP/rmb" xmlns:ns22="http://webservices.sabre.com/sabreXML/RCP/rmt" xmlns:ns4="http://www.ebxml.org/namespaces/messageHeader" xmlns:ns5="http://www.w3.org/1999/xlink" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="urn:schemas-sabre-com:soap-header-debug" xmlns:ns8="http://webservices.sabre.com/sabreXML/RCP/ota" xmlns:ns9="http://webservices.sabre.com/sabreXML/RCP/common" MarketingCarrier="2C" PrimaryLangID="en" Version="1.22.0" session="END">
    <ns10:command>I</ns10:command>
</ns10:ResaRailCommandRQ>
Sample Response
<rrc:ResaRailCommandRS xmlns:rrc="http://webservices.sabre.com/sabreXML/RCP/rrc" xmlns:ns11="http://webservices.sabre.com/sabreXML/RCP/rsm" xmlns:ns12="http://webservices.sabre.com/sabreXML/RCP/rd" xmlns:ns13="http://webservices.sabre.com/sabreXML/RCP/rrep" xmlns:ns16="http://webservices.sabre.com/sabreXML/RCP/rrs" xmlns:rcmn="http://webservices.sabre.com/sabreXML/RCP/common" xmlns:ris="http://webservices.sabre.com/sabreXML/RCP/ris" xmlns:rl="http://webservices.sabre.com/sabreXML/RCP/rl" xmlns:rmas="http://webservices.sabre.com/sabreXML/RCP/rmas" xmlns:rmb="http://webservices.sabre.com/sabreXML/RCP/rmb" xmlns:rmt="http://webservices.sabre.com/sabreXML/RCP/rmt" xmlns:rota="http://webservices.sabre.com/sabreXML/RCP/ota" xmlns:rpnrs="http://webservices.sabre.com/sabreXML/RCP/rpnrs" xmlns:rrr="http://webservices.sabre.com/sabreXML/RCP/rrr" xmlns:rs="http://webservices.sabre.com/sabreXML/RCP/rs" CorrelationID="31244a28-b7e7-46e2-9225-7359774bcdd7" LocationCodeContext="2C" MarketingCarrier="2C" TransactionIdentifier="V0_B_1_014482" Version="1.22.0">
    <rrc:Success/>
    <rrc:item id="X'12FF'">
        <rrc:items>
            <rrc:item id="X'12F1'">
                <rrc:items>
                    <rrc:item id="X'000A'">
                        <rrc:value>A84370</rrc:value>
                    </rrc:item>
                </rrc:items>
            </rrc:item>
            <rrc:item id="X'12F4'">
                <rrc:items>
                    <rrc:item id="C'I0'">
                        <rrc:value>00000106 TRANSACTION EN COURS ANNULEE
</rrc:value>
                    </rrc:item>
                </rrc:items>
            </rrc:item>
        </rrc:items>
    </rrc:item>
</rrc:ResaRailCommandRS>