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

How to Handle large xml documents

  • 1.  How to Handle large xml documents

    Posted Thu September 15, 2011 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 Thu September 22, 2011 01:55 PM

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


  • 3.  RE: How to Handle large xml documents

    Posted Thu September 22, 2011 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