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.  split XML file

    Posted Thu May 14, 2009 01:54 AM

    We got user data in xml corresponding to 10000 users and data size of each user is 2-3KB. So total data size will be more than 20MB but client wants to receive data not more than 64KB at a time.

    So we need to split up xml file into chunks of 64KB without disturbing its structure and send it to client using TN.

    NodeIterator is one option to split into chunks but is there any other method to use TN with xml chunks?


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: split XML file

    Posted Thu May 14, 2009 02:36 AM

    You are on the right track with NodeIterator option,Also you can configure TN LargeDocument handling mechanism and process it.

    HTH,
    RMg


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods