Apache CXF 2-x Web service runtime Tomcat Server not support client

Apache CXF 2-x Web service runtime Tomcat Server not support client

The Apache CXF 2.x Web service runtime in Tomcat v7.0 Server does not support the client project

Answer: If you see above error during creating web service client in eclipse using Apache CXF means you are using java project to generate the client from WSDL. Latest version of JAX-WS supports Dynamic Web Module v2.5 and up. So create client using apache CXF first you need to create Dynamic web project.

Once dynamic project created then open web service client wizard to create client from WSDL and issue should be resolved.

One thought on “Apache CXF 2-x Web service runtime Tomcat Server not support client”
  1. Thnx, it worked.

    Creating Web Service Client with CXF 2.x on Eclipse Mars (4.5.2) and Apache 8.0 on Java project, did not work.

    After creating a Dynamic Web Project, it worked.

Leave a Reply

Your email address will not be published. Required fields are marked *