Handling non-XML data
- SOAP messages are XML documents
- What to do with legacy binary data?
- Bitmap images (e.g. PNG)
- Other document binary formats (e.g. PDF)
- Need to be part of the SOAP envelope to benefit from the SOAP processing model
- Solution: include Base64-encoded data of type
xs:base64Binary
in the SOAP envelope