how to export SOAP API response data to an excel file in SOAP UI
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2021
01:59 AM
11-30-2021
01:59 AM
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
Solved! Go to Solution.
Labels:
- Labels:
-
SOAP
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2021
02:55 AM
11-30-2021
02:55 AM
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.
