Using API gateway 10.11
In the Request Processing step, I am creating a custom context variable using the setContextVariable service. I intend to use the value of this custom context variable as the endpoint in the Routing Protocols step.
I see when I use the Straight Through Routing, the above custom variable is evaluated perfectly and the native invocation happens on the endpoint set as the value of this custom variable.
However, the custom variable isnt evaluated in case of Dynamic Routing.
Any reasons for this behaviour.
Thanks