I have a requirement where I have to convert the payload of the message into base64binary data. This is used in an integration scenario were a partner sends an xml message. The message should then be posted to a Microsoft share point site where it is stored as a file attachment. The WSDL for the Microsoft share point site web service specifies that the message be submitted in a base64binary node.
Can anyone help me with how I can convert the payload?
Regards
Philip