Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Every message in GP Travel HUB system requires the following elements:

...

A SOAP message is an ordinary XML document containing the following elements:
Envelope* − Defines the start and the end of the message.
Header − Contains any optional attributes of the message used in processing the message, either at an intermediary point or at the ultimate end-point.
Body* − Contains the XML data comprising the message being sent.

*mandatory

Because of GP Travel HUB works with SOAP each XML request should be wrapped by

...

Code Block
languagexml
<POS>
   <Source>
      <RequestorID ID="ClientLogin" MessagePassword="ClientPassword" Type="22"/>
      <BookingChannel Type="7"/>
   </Source>
</POS>

1.3.4. VERSION

Element

Attribute

Type

Description

Min…Max occurs

Version*

decimal (2)

Should always has value = 2.

1..1

1.3.5. ECHO TOKEN

The EchoToken is the identifier that can be used by client for its internal purposes. GP Travel HUB does not use or change it.