Hi,
I have a variable i.e $BinaryResponse that after a MFL translation which will translate from XML to Binary and I want to convert binary to text in OSB so that I can send the email as an attachment in the attachment body.
I found a function fn-bea:binary-to-text($arg0-anyType, $arg1-string) in Xquery Expression Builder.
Is the above function able to full-fill my requirement?
I have tried to insert the var in the function but keeps getting errors and I'm not sure how to use this function.
Any sample to show where and how to use this function most welcome.
Or suggestion to overcome these issue.
Thanks in advance.