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.  Query regarding use of pub.xml:queryXMLNode

    Posted Wed July 17, 2013 10:50 AM

    Hi gurus,
    i have below XML data

    123

    123

    if “ab” tag have 123 then i need to lookup “ab1” nested under “cd” tag if it is also same then i need to return TRUE else FALSE.

    could it be done by “pub.xml:queryXMLNode”, if yes then how?

    plz reply ASAP bcoz i am stuck at sm point due to this.

    Thanks


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


  • 2.  RE: Query regarding use of pub.xml:queryXMLNode

    Posted Wed July 17, 2013 12:26 PM

    Are you training your self?

    What is your current Flow condition logic in place?


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


  • 3.  RE: Query regarding use of pub.xml:queryXMLNode

    Posted Wed July 17, 2013 04:49 PM

    Thanks RMG for looking into it…

    In my flow i have nested XML structure, in which based on values of XML tags (which need to be compared with some values in another WM doc), i need to decide my cource of action.
    due to performance issue i do not want to use comparision by loop over this nested xml structure (after converting in WM doc) with another WM doc.


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


  • 4.  RE: Query regarding use of pub.xml:queryXMLNode

    Posted Wed July 17, 2013 05:56 PM

    If you need to compare then have to after parsing and the queryxmlnode should do the trick but I don’t have the XQL handy:


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