Starting Mock Service Runner from within JUnit were test uses Axis2 client
I am having a problem with running a mock server from within my JUnit tests. If I use the Maven plugin and just run the mock goal everything starts up and runs as expected. However, when I run from ...
This is basically what I am doing, but I was having the conflict between Axis2 dependencies and soapui. I have now resolved that issue by excluding servlet-api from the axis2 dependency tree.