Forum Discussion

shabar's avatar
shabar
Contributor
13 years ago

[Resolved] Save request/response Header details

Hi All,

Is that possible to save header details of request/response to properties


Cheers

7 Replies

  • Please 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
  • Thanks for your reply.

    Could you please elaborate how to do the config changes in testrunner.bat file to get the raw request and response.
  • redfish4ktc2's avatar
    redfish4ktc2
    Super 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