Forum Discussion
7 Replies
- SiKingCommunity HeroYes!
- shabarContributorPlease let me know how?
Because as response/request, there is no default property for raw response that I can find in SoapUI free version. Even though raw request is there looks like it doesn't save the request automatically in that property
Thanks - SiKingCommunity Hero
testrunner.bat -A <test_project>.xml
- shabarContributorThanks for your reply.
Could you please elaborate how to do the config changes in testrunner.bat file to get the raw request and response. - Thanks for sharing good info.
- redfish4ktc2Super Contributorshabar 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 - shabarContributorThanks redfish4ktc2
Really Appreciated.
Cheers