Previous Topic: Agent Light for webMethods HTTPNext Topic: Agent Light for webMethods HTTP Baseline Support


Input Transaction Data Format for webMethods HTTP

The input transaction data for webMethods HTTP must be in the standard HTTP request/response data format. The agent light takes the input data and converts it to the standard HTTP form.

HTTP request method URL {version} [line break]
HTTP request header [line break]
….
HTTP request header [line break]
[line break - a blank line]
{HTTP request body - optional}[line break]
HTTP response status line[line break]
HTTP response header[line break]
…
HTTP response header[line break]
[line break - a blank line]
{HTTP response body - optional}[line break]