In Summary…
1. Define a single-Node schema.
The Node must have…
Object-Type - For non-XML objects, the value must be ANY (meaning the Node can contain any data).
Search-Type - For non-text objects such as graphics, use Search-Type=“No”. For text objects you can use Search-Type=“Text”. The objects are then text-indexed.
Map-Type - nonxml
Save the resulting schema to your file system.
Define the schema to Tamino.
2. To store a non-XML object using the Interactive Interface
Set the Tamino database URL to the full path of the target as follows:
http://localhost/tamino/database/collection/doctype/filename
where filename is name you wish to give to the non XML object within Tamino.
With the cursor in the Process field, browse to the object you wish to load and choose Process.
3. To retrieve a non-XML object, you can then refer to it’s name directly e.g
http://localhost/tamino/database/collection/doctype/filename
#API-Management#Tamino#webMethods