Forum Discussion
redfish4ktc2
13 years agoSuper Contributor
shabar use the -a/-A option when calling the testrunner.bat to export all request/response in txt files in the output directory (by default, soapui only export errors)
you should see header and body of the request/reponse. If there is an attachment, it should also be stored
command line options: http://www.soapui.org/Test-Automation/f ... tests.html
undocumented option such -A, see the code: https://github.com/SmartBear/soapui/blo ... unner.java
Tell me if it is clearer
you should see header and body of the request/reponse. If there is an attachment, it should also be stored
command line options: http://www.soapui.org/Test-Automation/f ... tests.html
undocumented option such -A, see the code: https://github.com/SmartBear/soapui/blo ... unner.java
Tell me if it is clearer