crl6904
8 years agoNew Contributor
SOAP UI - HTTP request parse and download pdf attachment
Hi all,
I am new to this group and just started using SOAP UI.
I have made a test case where a user goes through a certain amount of steps and towards the end, the user must make a http request.
When the SOAP UI makes the request, the answer that is given is HTML/Javascript that should open a new window with a link to a pdf document.
Since the attachment cannot be downloaded from that screen I was thinking about taking that request and parse the Javascript (Groovy?) for the URL to the document and then open a new http request.
Has anyone tried this before? Are there any examples that I could look at?
Is there maybe a simpler solution?
thanks and kind regards