IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Update via new Tamino API

    Posted Thu March 07, 2002 03:04 PM

    How can I update the content of a single element within my document ?
    accessor.update(xmlobject) seems to be the wrong method.
    Can anybody provide an example ??


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


  • 2.  RE: Update via new Tamino API

    Posted Fri March 08, 2002 10:41 AM

    Did you take notice of the preconditions as described in the documentation ?


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


  • 3.  RE: Update via new Tamino API

    Posted Fri March 08, 2002 12:05 PM

    If what you want to is update a single node without retrieving the entire document from Tamino, the FAQ at http://tamino.forums.softwareag.com/viewtopic.php?p=6740
    may help. But as far as I know this feature only works with the original Java API (TaminoClient.jar).


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


  • 4.  RE: Update via new Tamino API

    Posted Mon March 11, 2002 10:41 AM

    Bill is right. The NodeLevelUpdate.dll is not supported by the Tamino API for Java. The reason is that Tamino Server will support update of elements soon. The Tamino API for Java will then support this native update method of Tamino Server.


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