Forum Discussion
Hi Pallavi,
In case you need to compare only one value you can use the Query Match Dispatch Strategy. But, since you have 3 values to compare, you will need to use the Script style.
how do we validate if we have more than 3 unique values in a request and throw the corresponding response.
example: suppose there are 3tags in the request: address,city,state, that has unique values so which dispatch style has to be used in service V?
Hi Pallavi,
In case you need to compare only one value you can use the Query Match Dispatch Strategy. But, since you have 3 values to compare, you will need to use the Script style.