Files
WireMock.Net/test/WireMock.Net.Tests/__admin/mappings/responseWithTransformer.xml
Stef Heyenrath 76ae1466cc Throw exception in case WithTransformer is used after WithBodyFromFile (#1185)
* Fix .WithBodyFromFile + .WithTransformer combination

* Ex
2024-09-29 21:29:34 +02:00

4 lines
116 B
XML

<xml>
<hello>Hello, {{XPath.Evaluate request.body "//*[local-name()='Contact']/@FirstName"}}!</hello>
</xml>