JSLT with Apache Camel #311
Unanswered
abhishekrongali
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I don't actually understand the question. What is it you want to do? Modify the I suppose you could plug in an extension function that does this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have integrated JSLT with Apache Camel to transform JSON Requests and Response during REST API calls.
Question- We have exchange property in apache camel to hold any values during process, currently we can retrieve the values from exchange property in JSLT (example - $exchange.properties.id),
but we wanted to know if we can also set the values to exchange property in JSLT itself?
If can share any sample examples would be really appreciated!
Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions