Forum Discussion
j_angelevski
4 years agoContributor III
Hi @tonyzero,
I don’t think you should decode the content like that, as far as I understood, you are getting the .zip file from the SOAP endpoint, which returns binary data, then what you should really do is just map the $content of the SOAP as $content, you shouldn’t decode anything in the mapper. Also, your $['content_type']
target path is not valid, you should write $['content-type']
not $['content_type']
with an underscore.
- Soumic_Mohanty2 years agoNew Contributor II
Thank you very much for your help.
Related Content
- 3 years ago