I call the documents API endpoint and get a successful response. However I do not see the documents generated anywhere in the response. SoapUI responds with the document as an attachment. I cant seem to figure this out in postman. Please help!
rob and I work together and basically we’re trying to call one of our internal services and that service responds with a multipart response. the first ‘part’ is XML and then subsequent parts are PDFs (one part per PDF … so six parts would mean one XML chunk and then five PDFs). in SOAP UI I think there’s native support and the non-application/xml parts get shown in the ‘Attachments’ tab, but with Postman it just shows the full stream. a minor clip is below (each of the three parts is much larger than I’ve included):