This message was deleted.
# help
s
This message was deleted.
t
Hi @Rahul Agrawal, you can use the template helpers directly in your
2019-12-21_WEP.xml
body file, so something like this:
Copy code
<item>{{{soapXPath request.body '//request-data-item/text()'}}}</item>
r
Thank you so much. Let me try it.
Thanks this worked. It is just that I had to run the standalone mode with additional parameters to support templating
Copy code
java -jar wiremock-standalone-3.1.0.jar --verbose --local-response-templating
did not work with
Copy code
java -jar wiremock-standalone-3.1.0.jar --verbose
Also instead of double // it seems we have to use a single /
Copy code
<item>{{{soapXPath request.body '/request-data-item/text()'}}}</item>
Once again thank for getting such a prompt response from someone of your level. 👏
t
No worries. FYI local response templating will be on by default from 3.2.0.
👍 1
a
@Tom When will the docker docker 3.2.0 version relased ? assuming they are inlined with app version
t
Early next week assuming all goes smoothly with the PRs we intend to merge beforehand
a
sounds good
thanks