SERVICE (for HTTP)
This element contains a list of those HEADER
elements defining the
communication carried on the HTTP protocol between Web services and the client.
Syntax
<SERVICE>
[
<HEADER>...</HEADER>]
[...]
</SERVICE>
Child elements
The SERVICE
element may contain zero to many HEADER (Common)
elements.
Usage
You use this element to specify a list of HEADER
elements defining the
communication carried on the HTTP protocol between Web services and the client.
Example
<INTERFACE>
...
<HTTP>
<SESSION_COOKIE Secure="true"> </SESSION_COOKIE>
<APPLICATION>
<HEADER/>
</APPLICATION>
<SERVICE>
<HEADER/>
</SERVICE>
</HTTP>
</INTERFACE>
Parent elements
This element is a child of the HTTP (Common) element.