5.4.4 GET
The GET command allows the program to access HTTP protocol properties.
The GET command can be used on received inbound properties and also the received response properties from an outbound content handler.
All properties in the HTTP response from the remote host are available for GET operation when the SEND of the outbound handlers is successful. Two additional properties STATUS and STATUS-MESSAGE are included to allow access to the HTTP response status and message.
For a list of some common HTTP protocol property names see SERVICE_LOAD command.
The LIST, FRAGMENT and INSTRUCTION keywords are only available if the InboundXMLBind handler is being used.
Syntax:
Command |
Keyword |
Value |
Developer notes for Command/Keyword/Value |
GET |
PROPERTY |
value |
HTTP protocol property. |
*LIST |
Add all properties to list argument. |
||
LIST |
value |
Conditional. Bind list. |
|
FRAGMENT |
value |
Conditional. Bind fragment. |
|
INSTRUCTION |
value |
Conditional. Get XML processing instruction. |