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.  Problème QueryXMLNode - webMethods Query Language

    Posted 03/05/12 11:39 AM

    Hello,

    I have the following file:

    <baliseRacine>
    <balise1>
    <baliseCode v="1234"/>
    <baliseResult s="test"/>
    </balise1>
    <balise1>
    <baliseCode v="9999"/>
    <baliseResult s="test2"/>
    </balise1>
    </ baliseRacine>

    In WQL, how to get tag whose tag contains the value 9999?

    Thank you in advance


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


  • 2.  RE: Problème QueryXMLNode - webMethods Query Language

    Posted 03/06/12 04:10 AM

    dude just try with below query.

    doc.baliseRacine.balise1.baliseCode(v=‘9999’).v


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


  • 3.  RE: Problème QueryXMLNode - webMethods Query Language

    Posted 03/06/12 10:22 AM

    Hi,

    We can also get the query directly from Variables tab which is avialable when you use the queryXMLNode .
    Just right click and choose Show Query For Selected Node from XML Node View sub tab.
    Thanks,
    Amol.


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


  • 4.  RE: Problème QueryXMLNode - webMethods Query Language

    Posted 11/08/12 04:46 AM

    There seems to be a problem in 8.2. The view does not seem to work. Try this in 8.0.1, 7.1.2 etc


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