Forum Discussion

ashkht's avatar
ashkht
Contributor
7 years ago

How to decode coded image content from HTTP Response

I am working on SOAP UI Project, where in after running HTTP request with endpoint, I got xml response which has image and is in coded format. Can you please assist me how i can decode this xml image data and then save this image file. Please find snippet attached;

Example:

<data contentType="image/JPEG" contentLength="1875">/9j/4AAQSkZJRgABAQEASABIAAD...............</data>

4 Replies