This activity closes an HTTP session previously established using the HTTP_BEGIN_INBOUND or HTTP_BEGIN_OUTBOUND activities.
Once the HTTP session has been closed, the session handle value is no longer valid and cannot be used again in further HTTP activities.
If you do not execute the HTTP_END activity for an active HTTP session before the end of your processing sequence, LANSA Composer will automatically end it. However, it is recommended that you explicitly end HTTP sessions using this activity as soon as the HTTP request processing is completed.
For more information on the use of HTTP activities and configurations in LANSA Composer to perform outbound (client) and inbound (server) HTTP processing, please refer to:
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.
OUTPUT Parameters:
There are no output parameters.