I am trying to decode a file using base64Decode() function in XPath in WSO2 ESB but I am failling to do that.
What is the default charset for base64Decode()?
I am trying to decode a file using base64Decode() function in XPath in WSO2 ESB but I am failling to do that.
What is the default charset for base64Decode()?
The default charset (or encoding) depends on the default encoding of the JVM, which again depends on the OS.
So you may set the charset with a JVM parameter yourself if you want to be sure.