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
Expand all | Collapse all

webMethods Ezine Regular Expressions for Integration Server

  • 1.  webMethods Ezine Regular Expressions for Integration Server

    Posted Thu April 03, 2003 04:16 AM

    Questions or comments about this webMethods Ezine article?

    Click here to read the original text.


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


  • 2.  RE: webMethods Ezine Regular Expressions for Integration Server

    Posted Tue October 12, 2004 12:05 AM

    I learned recently that XQL also supports regular expressions.

    Returns the aspect names of all aspects whose pointcut/name elements contains a name elements that start with “mdc”.

    You can also combine regex patterns for more complex queries:

    The second query returns only the serviceNames where the adviceType is “before” and the pointcut/name elements contain the string “mdc.demo”.

    Mark


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