This activity may be used to receive name-value pairs received via HTTP. 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.
Upon successful completion, this parameter will contain the count of the name-value pairs received.
Upon successful completion, this parameter will contain the "names" for the name-value pairs received. It is a variable list containing the number of entries identified by the HTTP_RECEIVED_COUNT parameter.
Upon successful completion, this parameter will contain the "values" for the name-value pairs received. It is a variable list containing the number of entries identified by the HTTP_RECEIVED_COUNT parameter.