decodeFromBase64String(base64String)
->String
the decoded plain xml- Decode the given base64-encoded string to plain xml.
encodeToBase64String(xml)
->String
the encoded and compressed xml- Encode and compress the given raw xml to base64-encoded string.