Forum Discussion

bessie's avatar
bessie
New Contributor
8 years ago

how to get the zip file after running HTTP request.

Hi,

  The http request is about exporting application to local path.

  I run the HTTP request in postman and click "Send and Download" button, and can save the exported zip file into local path.

  Then I run this HTTP request in soapui 5.0.0, cannot get exported zip file as Postman. From body of response, server return data in responce, please see the attached "body of response.txt" file. Does anyone know how to get file as .zip?

 

 

Best regards,

Bessie 

11 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    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?
    • bessie's avatar
      bessie
      New 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. 

      • nmrao's avatar
        nmrao
        Champion Level 3
        Looks 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.