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.  Filtering on an array

    Posted Tue November 29, 2005 07:07 PM

    I’m attempting to filter broker documents using an array, but I can’t get it to work. My filter looks like this:

    %show_salesorder_006/SHOW_SALESORDER_006/DATAAREA[0]/SHOW_SALESORDER/SOHEADER/SOSTATUS% L_NOT_EQUALS “Shipped”

    The broker will not save this filter because they syntax is wrong due to the special characters I believe.

    So, I attempted this as well (added double quotes):

    %“show_salesorder_006/SHOW_SALESORDER_006/DATAAREA[0]/SHOW_SALESORDER/SOHEADER/SOSTATUS”% L_NOT_EQUALS “Shipped”

    The broker saved this filter, but it doesn’t filter the documents.

    Any help would be greatly appreciated!

    Thanks.

    • Scott

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


  • 2.  RE: Filtering on an array

    Posted Tue November 29, 2005 09:31 PM

    Broker filters cannot use array references. Refer to page 213 in the Publish-Subscribe Developer’s Guide for 6.1.


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