Forum Discussion

Richard_M's avatar
16 years ago

Soap Maven plugin Bug?

Hi All,
I've been trying to run my project's mock using soapui maven plugin with no success. The mock always returned Internal Server Error - 500 when called.
The strange part was that when using the mockservicerunner.bat utility, it worked . So I thought it could be some dependency, problem.
After some tries I found that if I add  the following dependency to the plugin, it works ok.
                       jetty
                        servlet-api
                        2.5-6.1.5
                        test

Is it a soap ui maven plugin bug?

Goes attached a simple pom that reproduces the error.