This activity may be used to set HTTP header property values. It may be used:
HTTP Inbound (Server) Processing in LANSA Composer
HTTP Outbound (Client) Processing in LANSA Composer
You may use this activity in either of or a combination of two ways:
INPUT Parameters:
HTTP_HANDLE: Required
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.
HTTP_PROPERTY_NAME: Required
This parameter must specify the name(s) of the HTTP header property(s) to be set.
HTTP_PROPERTY_VALUE: Required
This parameter must specify the value(s) of the HTTP header property(s) to be set.
OUTPUT Parameters:
There are no output parameters.