HTTP_RESPOND_MULTI

This activity may be used to send name-value pair data and file data in response to an inbound HTTP request, using the multipart/form-data format.

The activity is valid only with an inbound HTTP session – that is one that was initiated using the HTTP_BEGIN_INBOUND activity.  For more information on inbound HTTP processing in LANSA Composer, refer to:

HTTP Inbound (Server) Processing in LANSA Composer

The actual multipart data must have previously been specified by executing the HTTP_MULTIPART_SET activity one or more times as required.

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 activity.

OUTPUT Parameters:

There are no output parameters.