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
Expand all | Collapse all

New Document Everytime.

  • 1.  New Document Everytime.

    Posted Wed October 29, 2003 08:16 AM

    I have an XML document in my Tamino database that I need to update it’s id and populate it with data from different other xml documents in Tamino and save it as a new document everytime I run the program. Please advise on how to go about this problem.


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


  • 2.  RE: New Document Everytime.

    Posted Thu October 30, 2003 12:15 PM

    If you have the XML document within an instance of TXMLObject, you may manipulate the id using the getId() and setId() methods. However, how you change the content of the document depends on the object model you use, DOM or JDOM. You should look into the documentation of those object models for finding the right methods to do so.


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