webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to store the ino:docname

    Posted Thu December 11, 2003 11:52 AM

    I’m trying to save an XML document and want to give it an ino:docname. This fails with a message that the attribute is illegal.

    <Doc @ino:docname=“test” xmlns:ino=“http://namespaces.softwareag.com/tamino/response2”>
    And this is some text


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 2.  RE: How to store the ino:docname

    Posted Thu December 11, 2003 01:23 PM

    Have you tried put the docname at the end of the URL?

    Something of the form:

    http://host/tamino/db/collection/doctype/docname


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs