Hi,
Unfortunately Tamino does not provide any possibility to modify the docname via an XQuery expression. But you can do that via a process update. For example assuming that you want to change the name of the document with ino:id = 1. By loading the document content with the following wrapping you rename the document to “a.xml”.
<?xml version="1.0" encoding="UTF-8"?>
<ino:request xmlns:ino=“http://namespaces.softwareag.com/tamino/response2”>
<ino:object ino:docname=“a.xml” ino:id=“1”>
…
</ino:object>
</ino:request>
Best Regards,
Thorsten
#API-Management#webMethods-Tamino-XML-Server-APIs#webMethods