This activity resets an HTTP outbound session for further HTTP outbound requests.
It is valid only with an outbound HTTP session – that is one that was initiated using the HTTP_BEGIN_OUTBOUND activity. For more information on outbound HTTP processing in LANSA Composer, refer to:
HTTP Outbound (Client) Processing in LANSA Composer
If you have already used an HTTP outbound session to send a request (and receive a response) and you wish to send further requests using the same session handle (HTTP_HANDLE parameter value), then you should execute the HTTP_RESET activity before proceeding to prepare and send each further request.
Internally, the activity implementation ends the connection to the LANSA Integrator Java Service Manager (JSM) and begins a new connection. However, your solution continues to use the same HTTP_HANDLE session handle value.
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_OUTBOUND activity.
There are no output parameters.