Hi All, I am having a small problem. I am able to store NonXML objects in a XML database. After storing the non xml object it assigns a ino-id value to each object. Only if I know this id, I can retrieve the non xml object using query: http://localhost/tamino/myDB/Collection/XRay/@1 where “1” is the id of the object stored.
But what is the value of this id, how will i know this id at runtime while programming. Can anyone help. Regards, Rajpal
When storing Non XML documents you can specify a document name (actually the same holds true for XML). So you store a document (_process) with a URL like: http://localhost/tamino/myDB/Collection/XRay/JSmith_Clavical.gif (and the payload will be the binary gif image)
This will store the Gif as nonXML, assign a ino:id to it (say 1) and associate a document name to it (JSmith_Clavical.gif).