<request> element |
Top Previous Next |
This element identifies the server request interprocess message and its type. Use initializers and mappings to determine how the contents of the interprocess message is populated.
Children must appear in the order shown.
Attributes
Remarks Example This example populates the server request interprocess message defined by the <type> MyServerRequest from three different sources: an initializer, a mapped header and a mapped parameter.
<request type="MyServerRequest">
<initializers> <initializer element="RequestCode" value="3" /> </initializers> <mappings> <mapping element="RequestInfo/ServerContext" name="ContextHeader"/> <mapping element="RequestInfo/CustomerId" name="CustomerIdParameter"/> </mappings>
</request> |