Jump to content

How do I pass the path parameter{id} in the URl for the GeoTarget routing pre processing Im getting 596 service not found when my end system is expecting a dynamic url with a path parameter driven value!


MADHU CH

Recommended Posts

For instance my source is sending thr value as:

Www.api.dev.abc.com/dev/{id} with a header parameter "location":"sg"

My geo routing is configured as callTransformations Preprocessing params as follows:

regioncodeheader:location

regioncodevalue:{"sg":"abc.dev.com/v1/",{id},"/method1/"}

Results in error. Also tried to use :id instead of {id} in the above example.. no luck.

The example works fine if I hardcode the parameter to a static value.

Please suggest how to pass the {id} in the url dynamically.

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...