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 Data

    Posted 10/09/14 11:51 AM

    Hi all,

    How to handle Large XML data can i get any examples


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: How to handle Large XML Data

    Posted 10/09/14 12:02 PM

    Better idea is to use node iterator logic


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: How to handle Large XML Data

    Posted 10/09/14 12:05 PM

    Can i get any small examples if u can …Sai
    :slight_smile:


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: How to handle Large XML Data

    Posted 10/09/14 12:30 PM

    try to do small POC like below. You can implement this logic any where after POC

    Create XML document type in IS and follow below logic

    -Hardcode largeXMldata to string(in map step)
    -Convert XMLStringToStream/bytes(use pub services and i suggest to use handle as stream for large)
    -Repeat step(Repeat on success)
    –Main(inner main)
    —try(inner try)
    ----ConverToValues(set ffschema"your xml schema", set iterate “true”& validate “true”)
    -----Branch on isValid
    ------true(sequence wirte your logic)
    -------branch on ffiterator
    --------exit(label “$null” signal “SUCCESS”)
    ------default(write error logic)
    —catch(inner catch)

    Thanks
    Sai


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 5.  RE: How to handle Large XML Data

    Posted 10/09/14 01:34 PM

    Can you do a google, I bet you will find some blogs and tutorials on this. :slight_smile:


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods