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.  Large XMl Handling

    Posted Tue June 29, 2010 03:08 PM

    Hi rmg,

    I am getting internal error while debugging the code. I have attached the snapshot of the code for your reference.

    I am new to webMethods and trying do understand the large XML handling as one of my interface needs that.

    We are using wM 7.1. Do u have any other approach to handle the large XML?

    I need your help in this regard.

    Thanks and Regards,
    Sasanka
    BranchOnDocument.JPG


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


  • 2.  RE: Large XMl Handling

    Posted Tue June 29, 2010 03:23 PM

    Well large file handling works pretty well in case of Xml document even in wm 7.X environments, from the screenshot i am not able to understand that when you are invoking getNextNode and switching on variable next… why are you trying to exit without checking the value in Next… if that is null… then exit should be used.

    please recheck what the output of pub.web.getNextNode for you?

    -nD


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


  • 3.  RE: Large XMl Handling

    Posted Tue June 29, 2010 03:42 PM

    The pub.web services are deprecated and should not be used for new development. Use the services in pub.xml instead.


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