XFTSERVICE


Cliquez ici pour une liste complète des opérations.

Create_OptionBooking

Test

Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.

SOAP 1.1

Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /AbcXFTWebService.asmx HTTP/1.1
Host: xft.abc-informatique.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://abctourisme.com/2012/abctourismedossier/ClientServiceContrat/Create_OptionBooking"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Create_OptionBooking xmlns="http://abctourisme.com/2012/abctourismedossier">
      <request />
    </Create_OptionBooking>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Create_OptionBookingResponse xmlns="http://abctourisme.com/2012/abctourismedossier">
      <Transaction Target="Prod or Training or Test" TimeStamp="dateTime" Version="string" Implementation="string" xmlns="http://www.exchangefortravel.org/xft/current">xml<Control ID="ID" Ref="string" Parent="string" XPath="string" Name="string" EncryptionKey="HKey or xxxPolynom or Public or Secret" Encrypted="string"><Requester Channel="Advences or Amadeus or Ceto or Extranet or Galileo or LPB2B or Internet or Intranet or Nerus or OpenLink or Telephone or Unknown" Language="string" Code="string" Uid="string" Pwd="string" Profile="string" Owner="string" Application="ALP or CETO or ContourLink or Ecotour or GMTO or Orchestra or SIGAV or SpeedResa or Travelsoft or Traveltainment" Tool="BookingEngine or ShoppingRobot or AdminConsole or AgentConsole" Engine="Advences or Amadeus or AV2S or Galileo or MediaWelcome or Orchestra"><Agency xsi:nil="true" /><Agent xsi:nil="true" /><Brand xsi:nil="true" /><CoBrand xsi:nil="true" /></Requester><Session Code="string" /><ReplyTo Channel="Advences or Amadeus or Ceto or Extranet or Galileo or LPB2B or Internet or Intranet or Nerus or OpenLink or Telephone or Unknown" Language="string" Code="string" Uid="string" Pwd="string" Profile="string" Owner="string" Application="ALP or CETO or ContourLink or Ecotour or GMTO or Orchestra or SIGAV or SpeedResa or Travelsoft or Traveltainment" Tool="BookingEngine or ShoppingRobot or AdminConsole or AgentConsole" Engine="Advences or Amadeus or AV2S or Galileo or MediaWelcome or Orchestra"><Agency xsi:nil="true" /><Agent xsi:nil="true" /><Brand xsi:nil="true" /><CoBrand xsi:nil="true" /></ReplyTo></Control><ResponseStyle IncludeRequest="boolean" Owner="string" Template="string"><Sort Owner="string" Value="string" Key="string" Role="Account or Alert or Booking or Cancel or Category or Channel or Child or Context or Customer or Dictionnary or Error or Index or Invoice or Key or Keyword or Linked or Member or Name or Next or Number or Offer or Parent or Password or Policy or Previous or Product or Profile or Promotion or Reason or Rebate or Relation or Reference or Session or Sibling or Sort or Specific or Statistics or Status or System or Target or Ticket or Transaction or Type or User or Version or Warning" Keep="boolean"><Enums xsi:nil="true" /></Sort><Sort Owner="string" Value="string" Key="string" Role="Account or Alert or Booking or Cancel or Category or Channel or Child or Context or Customer or Dictionnary or Error or Index or Invoice or Key or Keyword or Linked or Member or Name or Next or Number or Offer or Parent or Password or Policy or Previous or Product or Profile or Promotion or Reason or Rebate or Relation or Reference or Session or Sibling or Sort or Specific or Statistics or Status or System or Target or Ticket or Transaction or Type or User or Version or Warning" Keep="boolean"><Enums xsi:nil="true" /></Sort></ResponseStyle></Transaction>
    </Create_OptionBookingResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /AbcXFTWebService.asmx HTTP/1.1
Host: xft.abc-informatique.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Create_OptionBooking xmlns="http://abctourisme.com/2012/abctourismedossier">
      <request />
    </Create_OptionBooking>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Create_OptionBookingResponse xmlns="http://abctourisme.com/2012/abctourismedossier">
      <Transaction Target="Prod or Training or Test" TimeStamp="dateTime" Version="string" Implementation="string" xmlns="http://www.exchangefortravel.org/xft/current">xml<Control ID="ID" Ref="string" Parent="string" XPath="string" Name="string" EncryptionKey="HKey or xxxPolynom or Public or Secret" Encrypted="string"><Requester Channel="Advences or Amadeus or Ceto or Extranet or Galileo or LPB2B or Internet or Intranet or Nerus or OpenLink or Telephone or Unknown" Language="string" Code="string" Uid="string" Pwd="string" Profile="string" Owner="string" Application="ALP or CETO or ContourLink or Ecotour or GMTO or Orchestra or SIGAV or SpeedResa or Travelsoft or Traveltainment" Tool="BookingEngine or ShoppingRobot or AdminConsole or AgentConsole" Engine="Advences or Amadeus or AV2S or Galileo or MediaWelcome or Orchestra"><Agency xsi:nil="true" /><Agent xsi:nil="true" /><Brand xsi:nil="true" /><CoBrand xsi:nil="true" /></Requester><Session Code="string" /><ReplyTo Channel="Advences or Amadeus or Ceto or Extranet or Galileo or LPB2B or Internet or Intranet or Nerus or OpenLink or Telephone or Unknown" Language="string" Code="string" Uid="string" Pwd="string" Profile="string" Owner="string" Application="ALP or CETO or ContourLink or Ecotour or GMTO or Orchestra or SIGAV or SpeedResa or Travelsoft or Traveltainment" Tool="BookingEngine or ShoppingRobot or AdminConsole or AgentConsole" Engine="Advences or Amadeus or AV2S or Galileo or MediaWelcome or Orchestra"><Agency xsi:nil="true" /><Agent xsi:nil="true" /><Brand xsi:nil="true" /><CoBrand xsi:nil="true" /></ReplyTo></Control><ResponseStyle IncludeRequest="boolean" Owner="string" Template="string"><Sort Owner="string" Value="string" Key="string" Role="Account or Alert or Booking or Cancel or Category or Channel or Child or Context or Customer or Dictionnary or Error or Index or Invoice or Key or Keyword or Linked or Member or Name or Next or Number or Offer or Parent or Password or Policy or Previous or Product or Profile or Promotion or Reason or Rebate or Relation or Reference or Session or Sibling or Sort or Specific or Statistics or Status or System or Target or Ticket or Transaction or Type or User or Version or Warning" Keep="boolean"><Enums xsi:nil="true" /></Sort><Sort Owner="string" Value="string" Key="string" Role="Account or Alert or Booking or Cancel or Category or Channel or Child or Context or Customer or Dictionnary or Error or Index or Invoice or Key or Keyword or Linked or Member or Name or Next or Number or Offer or Parent or Password or Policy or Previous or Product or Profile or Promotion or Reason or Rebate or Relation or Reference or Session or Sibling or Sort or Specific or Statistics or Status or System or Target or Ticket or Transaction or Type or User or Version or Warning" Keep="boolean"><Enums xsi:nil="true" /></Sort></ResponseStyle></Transaction>
    </Create_OptionBookingResponse>
  </soap12:Body>
</soap12:Envelope>