-
-
Notifications
You must be signed in to change notification settings - Fork 231
Support for xml namespaces in XPathMatcher #1005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for xml namespaces in XPathMatcher #1005
Conversation
@cal-schleupen I did add some review comments, can you please take a look? |
Hi Stef, thanks a lot for reviewing it so fast! I'm really impressed and I like WireMock.NET a lot. It is also well done under the hood. This weekend I am a little bit busy with my family, but I'll fix it not later than on Monday. Hopefully today ;-) I am really happy that you could take a look at my pull request! Kind regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you take a look
Maybe we got it now ;-) |
@cal-schleupen I'll merge this and create a new NuGet. |
We have round about 4800 WCF Services in our landscape, thus this faker is really helpful. In order to write more easy request body matchers I would like to write more easy xpath expressions using the xpath matcher as follows:
This implementation handles this so that
matches for example.
Yes, I can use 'local-name()' etc. but I think this way it is more easy.