Here is what I've got.
- There is a SOAP message that sends a base64 encoded clob as the data.
- The clob is an xml file that is built from a set of properties we want to modify.
The questions I think I have are:
- How do I pull properties to generate the xml
- How do I convert that xml to a base64 encoded string
- How do I take that base64 encoded string and add it to my payload?
I appreciate your time :)
question from:https://stackoverflow.com/questions/66048039/how-do-i-build-a-base64-string-from-properties-in-soapui