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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Usage of replaceChild() in the Java API

    Posted 04/11/01 03:50 PM

    Hello,

    I’ve got a problem with the Java API of Tamino. I want to edit some elements within a stored document without retrieving the whole document, editing it and update it.
    I think the methods I need are appendChild(), replaceChild() and removeChild() of TaminoClient, but I can’t get them working.

    Example: I have the doctype “example” in the collection “test”, the doctype has the following structure:




    something


    I want to replace the element “bbb” by another element “bbb” by using replaceChild(String relUrl, String xpath, Node node).
    What do I have to use for relUrl and xpath?

    I have the XML-Starterkit “only”, and the documentation delivers no example for this.
    Does anybody know how to solve my problem?

    Marc


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


  • 2.  RE: Usage of replaceChild() in the Java API

    Posted 04/18/01 12:59 PM

    I know the problem now, why I can’t get the methods working: they work only with a Tamino filter for the Internet Information Server on Windows. Does anybody know whether these methods will work with Apache in future too, and if yes, when?

    Marc


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


  • 3.  RE: Usage of replaceChild() in the Java API

    Posted 04/23/01 05:48 PM

    … with - it works with a tamino filter ???

    Greetings

    Jan


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


  • 4.  RE: Usage of replaceChild() in the Java API

    Posted 04/27/01 10:26 AM

    Hi,

    see Tamino documentation under

    → X-Machine Programming Interfaces
    → Document Object Model (DOM) APIs
    → Common API Features
    → Tamino Filter for IIS

    (e.g. file:///D:/Programme/Software%20AG/Tamino/Tamino%202.2.1.7/help/domapi/domcom.htm#domcomfi)

    Regards

    Peter


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


  • 5.  RE: Usage of replaceChild() in the Java API

    Posted 10/12/01 02:54 AM

    Pls Download the First Steps examples from the Demo Zone.


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