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.  WQL Query vs. XQL Query

    Posted 06/27/06 11:02 PM

    Hi,

    I have a question regarding queries in IS. I have document structure as:

    Doc
    ----Application
    ---------------Address

    I want to run a query to get all addresses which have a City = someCity

    I am able to do that with XQL but not with WQL (I don’t know how to represent Name/Value in WQL).

    And is there any advantages of using WQL intead of XQL

    Thanks I will appreciate your response.


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


  • 2.  RE: WQL Query vs. XQL Query

    Posted 06/28/06 12:58 AM

    While both WQL and XQL are proprietary, XQL is slightly less so and close(r) in syntax to XPath. Neither is a good substitute for direct XPath support, in my opinion.

    This thread might be helpful. The XQL stuff starts at the 7th post.

    Mark


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


  • 3.  RE: WQL Query vs. XQL Query

    Posted 06/28/06 09:13 AM

    Basically, WQL is only available in Developer (queryXML, queryXMLnode). XQL is used in TN also, and trigger filters (IS 6.*). So you might as well just learn XQL. No reason to learn both.


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