Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 2 |
---|
outline | false |
---|
style | default |
---|
type | list |
---|
printable | true |
---|
|
Audience
This document is intended for use by distribution channels and their development teams that wish to connect to Windsurfer CRS properties.
...
The following is an example of a SOAP envelope containing the HTNG header used for authentication:
Code Block |
---|
|
<?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:Header>
<HTNGHeader xmlns="http://htng.org/1.1/Header/";>
<From>
<systemId="145124">
<Credential>
<userName="partner">
<password="a1b2c3"/>
</Credential>
</From>
<To>
<systemId="Windsurfer"/>
</To>
<timestamp>date</timestamp>
<echoToken />
<transactionId />
<action />
</HTNGHeader>
</soap:Header>
<soap:Body>
</soap:Body>
</soap:Envelope> |
...
Page Properties |
---|
|
Method | n/a |
---|
Summary | Getting Started - Introduction |
---|
Revision | v1.0 |
---|
|