I know and understand how to do simple context based routing using a filter
to match one tag, such as City, but how do you match multiple tags at once?

An example is:

<body>
   <p:getPerson>
      <!--0 to 1 occurrence-->
      <person>
         <city>New York</city>
         <useragent>Mozilla</useragent>
      </person>
   </p:getPerson>
</body>

How can I create a filter that would flag this and direct it, or drop?
_______________________________________________
Esb-java-user mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to