Thanks Ravi for your insight,
I did the following, just like to know how I can send the request to two
modules get the result and send it back if the url pattern is in a specific
form.
Currently I am directing traffic based on the REST url pattern, now I want
to send to two or more modules request
I am struggling to get the following going,
I want to route REST url patterns to different services based on the URL
pattern,
Ideally I would like to, based on different REST url patterns combine
results from different services as well and
forward the result to the calling service.
The part I a