Re: Setting initial xml content for timer mesages

2009-02-25 Thread david_geary
here using the http endpoint Im guessing I just have to put the soap in manually? Claus Ibsen-2 wrote: > > On Wed, Feb 25, 2009 at 1:09 PM, david_geary > wrote: >> >> I want to use a timer to call a web service so i need to set the xml body >> of >> the message

Combination of filters

2009-02-25 Thread david_geary
Hi, I'm using an xpath filter in the xml configuration eg //cs:case/@queue="13" What's the easiest way to combine filters eg I want to accept it if its on queue 13 OR 14 (or if on queue 13 AND some other attribute is a particular value?) I know I can set up separate filters and chain