I succeeded …
One remark. If you decide to create a new document with ino:docname then please add the ino namespace before you store the document.
I will fix this in the next release.
Why you ever would like to use ino:docname
==========================================
Why would someone ever use ino:docname?? I had the same question, but it can be quite useful actually.
Using ino:docname, you can retrieve the document with the following url
http://hostname/tamino/mydb/mycoll/mydoc/instance.xml. The last part of this url (instance.xml) is the ino:docname. One of the advantages of such a request is that you get your document without the response wrapper.
This is even more interesting if you would use the HTTP HEAD request. You only have to look at the HTTP response code in order to determine the existence of a document: 200 means document is there and 404 means document not found.
If you decide to use ino:docname then please do not ever store (update) your document without docname (which has to be part of the URL, just like the request) It will namely be removed from the document.
Regards,
Rudolf de Grijs
#API-Management#Tamino#webMethods