Forum Discussion
Hi,
TestComplete and SoapUI are not integrated. The only thing that TestComplete can do is to launch SoapUI as a standalone application, wait until it completes and report execution result based on the exit code.
Thus you need to use the same technique that you use to provide parameters to SoapUI when running it from command-line, or the tool like Jenkins, etc.
Custom command-line or parameters saved into the file in TestComplete and processed in SoapUI on test start are basics that come to my head.