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

Support for Node level Operations on Solaris

  • 1.  Support for Node level Operations on Solaris

    Posted 12/03/01 06:16 AM

    I have been using starters kit on NT/IIS for evaluation. Our production environment being Solaris, I want to know whether the nodelevelupdate operations like appendChild(), insertBefore(), replaceChild() work on Solaris platform also.
    If no what is the way around
    If yes whether we need any filters etc like in NT/IIS.

    Thanks and Regards
    Bhushan


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


  • 2.  RE: Support for Node level Operations on Solaris

    Posted 12/03/01 09:32 AM

    There isn’t currently a version for Solaris available from development.
    I seem to remember soem user having written one.

    basically you need a servlet which reads the target document and uses XPATH to locate the specified node.

    So you really need a DOM implementation with an XPath.
    Or if you are very clever write a SAX based version


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