Hello :wave: Do we have an equivalent to `ignoreEx...
# help
a
Hello ๐Ÿ‘‹ Do we have an equivalent to
ignoreExtraElements
for EqualToXmlPattern ? Or a way to ignore nodes that have a specific attributes (in my case,
nillable=true
) ? Thank you very much ๐Ÿ™
t
Placeholders might be what youโ€™re looking for here: https://wiremock.org/docs/request-matching/#use-of-placeholders
a
Nice, that indeed will help ! Thank you, Tom ๐Ÿ™‚
๐Ÿ‘ 1