webMethods

webMethods

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.  Xml node iterator

    Posted Mon August 11, 2003 03:50 PM

    For the example xml below, how does the getnextnode service work?

    <root>
    <member>
    </element1>
    </element2>
    </element3>
    </member>

    <Member
    </eelemnt3>

    <root>

    When starting from root, if i do a getnextnode twice, where will the pointer be, on Member or elment1?

    thanks,
    mow


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


  • 2.  RE: Xml node iterator

    Posted Mon August 11, 2003 05:12 PM

    It will be on Member (it depends on criteria param what ever (eg:Member)defined on NodeIterator service)


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


  • 3.  RE: Xml node iterator

    Posted Mon August 11, 2003 08:32 PM

    assuming that the criteria was set to point to root, where will the getnextnode pointer be?
    thanks,
    mow


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


  • 4.  RE: Xml node iterator

    Posted Mon August 11, 2003 08:48 PM

    In the case above you need to fill both (root,member) in criteria,so nextnode pointer will be on the child root/“member”.

    HTH.


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