Content as Base64 Encoded Data
The content data can be encoded as Base64 data. If encoded, the attribute
encoding="base64"
must be added to the <serviceContent> element.
...
<w:serviceContent encoding="base64">
[base64 content goes here]
</w:serviceContent>
...