You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am looking to transform soap response. And it would be good if i can use the XPath to select values from request. I believe it can be done using regex but XPath would be a natural fit for this use case.
Question: Is it already supported?
If not happy to do a PR. It would be similar to how json template work.
"{{XPath.Select request.body "/todo-list/todo-item[1]/text()"}}") to return text of 1st element in response.
The text was updated successfully, but these errors were encountered:
Hi,
I am looking to transform soap response. And it would be good if i can use the XPath to select values from request. I believe it can be done using regex but XPath would be a natural fit for this use case.
Question: Is it already supported?
If not happy to do a PR. It would be similar to how json template work.
"{{XPath.Select request.body "/todo-list/todo-item[1]/text()"}}") to return text of 1st element in response.
The text was updated successfully, but these errors were encountered: