0

I want to have my soap request saved as a template on the filesystem and have placeholders that could be replaced by substitutes with the editing of contracts/wsdl's. Does Loadrunner support soap templates?

Magnus Jensen
  • 905
  • 6
  • 36
  • 73

1 Answers1

1

I do this all the time. I just use a standard web virtual user with a web custom request. I load the file in the init phase of the script to avoid disk I/O on the load generator during the test and then reuse it over and over again for multiple iterations with multiple parameter sets. See the C standard file I/O and memory management routines for loading the file and managing the memory.

In the source request file simply include your parameter markers "{paramname}" in the source file.

Works just fine.

James Pulley
  • 5,606
  • 1
  • 14
  • 14