11-05-2020 07:48 AM
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!
Solved! Go to Solution.
11-05-2020 10:35 PM
@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)
11-05-2020 07:49 AM
11-05-2020 10:35 PM
@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)
11-11-2020 08:41 AM
Your solution looks good but I’ve been unable to get a readable file using it. I assume that I don’t have the right content type. I’ve tried “zip” and it doesn’t work so something must be wrong. What are good ways to determine what file type I should use?
Thanks!
11-21-2020 06:52 AM
I found the problem! I just needed to add a Document to Binary snap with DECODE_BASE64. Thanks!