Sample of SubmitCruiseTransaction with Correlation Token Request
This sample request of SubmitCruiseTransaction takes the following:
Note:
Request
The following request releases a hold that was put on a cabin. A correlation token is required and the filter is empty, meaning that the full response is being requested.
Explanation |
Code |
Identifies the namespace for the submit cruise transaction. |
<SubmitCruiseTransaction xmlns="http://webservices.galileo.com"> |
Identifies the host access profile. |
|
This request requires a correlation token. |
|
Begins the transaction request. |
|
Begins the request. |
|
Indicates which cruise transaction is being used. In this case, a cabin that had a hold on it is being released. |
|
The information in the request is based on the requirements within the individual cruise transaction. The information in this section changes depending on the transaction used. ![CDATA] is used to preserve multiple spaces. In some XML Select transactions, blank spaces are needed. See the help for each transaction for spacing requirements. |
|
Filter for the response. In this case, the filter is empty, meaning that the entire response is returned. |
|
Ends the request. |
</SubmitCruiseTransaction> |
Response
The following response returns a successful cabin release. No correlation token is returned.
<SubmitCruiseTransactionResponse xmlns="http://webservices.galileo.com">
</SubmitCruiseTransactionResponse>