JessicaSeebär
2 years agoNew Member
How to compare actual SOAP response with known expected SOAP response?
Hi guys!
We are going to make technical changes in our soap services, that should not affect the business logic.
Therefore I'm collecting requests and corresponding responses for these webservices. With these I would like to build a testsuite with assertions, that compare the actual response after having made the technical changes with the previous saved expected response - both as xml.
What I already know is that the namespaces will differ, what ist no problem. So I would like to ignore those namespaces.
This is the reason why a simpe "contains" assertion won't work.
Are there any recommendations how to create such an assertion?
Thanks for your help!
Greetz Jessica