05-21-2023 09:06 PM
I have constructed the complete Soap message using XSLT snap and now want to pass that in Soap Execute.
Output view of XSLT Snap is Binary and input view of Soap Execute is document.
How can I do this binary to document translation.
It seems Normal binary to document snap is messing up the actual soap message and just creating an encoded string.
Any help is greatly appreciated
05-22-2023 02:11 AM
After XSLT:
Encode the xml string with base64
Use Document to Binary Snap(with Decode_Base64)
After Document to Binary, put XML Parser Snap
Then you will have transformed XML ready for the Soap Execute.
Hope that will hepls!
BR,
Spiro Taleski