cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

XSLT and Soap Execute

moumita119
New Contributor

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

1 REPLY 1

SpiroTaleski
Valued Contributor

@moumita119

After XSLT:

  1. Encode the xml string with base64

  2. Use Document to Binary Snap(with Decode_Base64)

  3. 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