Support binary stream mapping

You can map binary data in a Capture document to a binary stream or byte array in a web service or .NET API when used from a TotalAgility process.

If a document is mapped to a byte array or stream data type, you can also specify a mime type.

At runtime, the system retrieves or updates the binary data for that mime/file type from/in the Capture document.

If the document variable is mapped to a string type (as input or return type), the current functionality that supplies the document instance ID is extended to specify if the binary data is requested as a base64 string instead of the instance ID. If the data is set as a base64 string, you must also specify the mime type.