This activity may be used to receive HTTP header property values. It may be used:
HTTP Inbound (Server) Processing in LANSA Composer
HTTP Outbound (Client) Processing in LANSA Composer
This parameter must specify the session handle value that identifies the HTTP session upon which this activity should operate. The session handle value is returned by the HTTP_BEGIN_INBOUND or HTTP_BEGIN_OUTBOUND activity.
This parameter must specify the name of the HTTP header property whose value is to be received.
If you wish to receive the values of more than one HTTP header property, you may specify the names of additional HTTOP header properties in these parameters.
Upon successful completion, this parameter will contain the value, if any, for the HTTP header property whose name was specified in the HTTP_PROPERTY_NAME parameter.
Upon successful completion, these parameters will contain the values, if any, for any additional HTTP header properties whose names were specified in the HTTP_PROPERTY_NAME2 to HTTP_PROPERTY_NAME5 parameters.