Reputation: 103
I have Url, in the url i have to get the tokenId value example then i have to pass that token id(89047446udhdhd89047446) value to display another list. Any one help me how to pass the dynamic value to another sequence ? Give me some example ? Thanks before
Upvotes: 0
Views: 1173
Reputation: 9702
You can simply use property mediator to pass values between sequences or store/retrieve values. Here are some useful guides.
[1]http://docs.wso2.org/display/ESB480/Property+Mediator
[2]http://vvratha.blogspot.com/2013/03/accessing-various-information-of.html
[3] http://docs.wso2.org/display/ESB480/Message+Mediation+Samples
And to pick a value from the request URL, for example to get "To' header
Upvotes: 1