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.  How to Insert DOM objects?

    Posted Mon November 03, 2003 12:05 PM

    Hi all,

    I have a DOM document and want to insert it into Tamino. Looking at the Tamino Java API, I did not find any method to directly create a TXMLObject from a DOM document. I have to serialise it first w(and the Tamino API deserialises it again, I guess). Is this the best performance way to do this or is there a better way?

    Regards,
    Pascal Sch


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


  • 2.  RE: How to Insert DOM objects?

    Posted Mon November 03, 2003 12:40 PM

    Hello Pascal,
    You can use:

    TXMLObject xmlObject = TXMLObject.newInstance( yourDOMObject );


    Hope this helps.


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


  • 3.  RE: How to Insert DOM objects?

    Posted Mon November 03, 2003 12:53 PM

    Thank you,

    I must have been blind.

    Regards,
    Pascal Sch


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