Forum Discussion
nmrao
10 years agoCommunity Hero
May be you want to show the raw response screen shot?
By the way, do you get any attachments in the response of HttpRequest step?
By the way, do you get any attachments in the response of HttpRequest step?
- bessie10 years agoNew Contributor
Thanks a lot for your reply. Do you also want to see the screenshot of raw data of response? If yes, please see the attached "raw of response.jpg" file.
No attchement in response of HttpRequest. Plase see attached "xml of response.jpg" file.
- nmrao10 years agoCommunity HeroLooks there are no attachments and you are getting the binary data as Response.
So, you may need to extract the response content and save it as zip file using groovy script.- bessie10 years agoNew Contributor
Yes, do you know how to extract the response content and save it as zip file? Would you please share code with me? Thanks again.