jam01/mule-wiremock-module

Support for Response Templating is not enabled

Opened this issue · 1 comments

http://wiremock.org/docs/response-templating/

"The boolean constructor parameter indicates whether the extension should be applied globally. If true, all stub mapping responses will be rendered as templates prior to being served.

Otherwise the transformer will need to be specified on each stub mapping by its name response-template"

You would just need to add this extension to wiremockRule... now templating is not working.

@Rule public WireMockRule wm = new WireMockRule(options() .extensions(new ResponseTemplateTransformer(false)) );

jam01 commented

Hey @petrihaa we'll try to take a look at adding this as time permits, if you can submit a PR that might help speed things up too :)