Ability to use maven surfing SOAP plugin to test SOAP web services
1 answer
Take a look at Karate , which integrates seamlessly into a standard Java / Maven project. In fact, you can create a standard JUnit XML report format that most CI tools understand. Or you have the option to integrate third party reports through Maven. Test execution is done through the Maven surefire plugin.
And yes, Karate has great SOAP and XML support.
Disclaimer: I am a developer.
+1
source to share