swright
5 years agoNew Contributor III
How to write the contents a SOAP response attachment to a file?
I have a SOAP response that returns attachments and I would like to write them. How can I do this? It looks like it is a zip file. Thanks!
@swright Can check in attached pipeline, this is the generic way to do so. For your cases I am not sure about the content type zip is correct or not. If you know the content type correctly, just use in file writer with extension then it should work. soapAPIZIPResponse_Community_2020_11_06.slp (14.1 KB)