Forum Discussion

ALB's avatar
ALB
New Contributor
3 years ago
Solved

how to export SOAP API response data to an excel file in SOAP UI

How can we export SOAP API response data to an excel file in SOAP UI

  • If you have a licensed copy of ReadyAPI, look up the datasink step, this allows to output data from any step in your test to some sort of file.

    If you're using the open source/free copy of SoapUI, you will need to create a groovy script step which will need to read response data from the step of interest and then write to file.

1 Reply

  • ChrisAdams's avatar
    ChrisAdams
    Champion Level 3

    If you have a licensed copy of ReadyAPI, look up the datasink step, this allows to output data from any step in your test to some sort of file.

    If you're using the open source/free copy of SoapUI, you will need to create a groovy script step which will need to read response data from the step of interest and then write to file.