Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test

user564456 picture user564456 · Jan 12, 2011 · Viewed 50.1k times · Source

Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test. Why? Please help me

Answer

Andrei picture Andrei · Aug 22, 2011

I just had the same issue. It turns out that Axis2 doesn't like the 3.0 dynamic web projects of Eclipse. Just create a new dynamic web project and choose "Dynamic Web Module Version" to be below 3.0, i.e. 2.5, 2.4. I used the 2.5 version and now everything works like a charm.

Trying to change the version from the "Project Facets" in Preferences does not work :( so a new project must be made.

Good luck!