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.  How to Handle large xml documents

    Posted 09/15/11 08:43 AM

    if i want to process large XML document on IS how we can achieve this suggestions will help


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: How to Handle large xml documents

    Posted 09/22/11 01:55 PM

    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: How to Handle large xml documents

    Posted 09/22/11 02:10 PM

    it is a very simple process by using some avilable built in services we can handle large xml docs.

    pub.xml:getXMLNodeIterator,
    pub.xml:getNextXMLNode,

    in the pipe line of pub.xml:getXMLNodeIterator set criteria for which elememt u consider as node

    after that use the pub.xml:getNextXMLNode to iterate the nodes untill you get null value.
    for good understand plese refer the documents for above builtin services.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB