Example: Input of unstructured message
This example shows a request which inputs plain text and a TIFF file.
<Import>
<Part>
<ContentType>text/plain</ContentType>
<Content>
<Text>This is a sample text
line 2
line 3
end of text</Text>
</Content>
</Part>
<Part>
<Filename>page001.tif</Filename>
<Content>
<Binary>
<!-- base64 encoded content of page001.tif -->
</Binary>
</Content>
</Part>
</Import>