Insert parameters into Java scripts

Parameter functions can be added for each response or request body text in a specific location. This location is indicated by a blank line, usually one to two lines below the start of the response or request body.

In the following example of a Java over HTTP script, parameter functions can be added to the blank lines in each requestBody section.

Back to top