I have a SOAP service that delivers text and tiff files. In Postman, each response comes back with additional response header XML that then makes the files unreadable by certain apps that consume them. Anyone else have any experience with this? I need to have the XML response headers removed from the files delivered via the service.
I’m not 100% sure I follow what you’re trying to do here.
So you’re using Postman to hit your SOAP service, then what? You are trying to pass along the response to an external app? Something like this?
Hi Allen,
Yes. similar to that workflow.
Ideally, the file that we get in response to the SOAP call will exclude the XML response header and only give the response body. Otherwise the file delivered is unreadable.
Typically the applications using the files are not processing them other than to view and display.
Does this help?