Top "Cxf-codegen-plugin" questions

A Maven plugin which can generate Java artifacts from a Web Services Description Language (WSDL) file, using Apache CXF.

CXF codegen maven plugin doesn't work OpenJDK 11

I have been working with JDK 9 & 10 and CXF codegen plugin 3.2.5 and 3.2.6 with no problems but, today I'm trying to …

java maven java-11 cxf-codegen-plugin
Specifying Package Name When Using Maven to Generate Java from WSDL

I am using a maven script to generate the Java code I need to communicate with a WCF service. I …

java maven soap wsdl cxf-codegen-plugin
cxf-codegen-plugin port to Gradle

I'm trying to replicate what this plug-in does in Gradle. If I execute: ./wsdl2java -encoding UTF-8 -d /src/target/…

gradle cxf cxf-codegen-plugin
maven wsdl2java configuration not working properly

I am looking to execute wsdl2java via maven and have tried several different methods with no full success. The …

maven wsdl2java exec-maven-plugin cxf-codegen-plugin
cxf.version 3.2.1 giving org.apache.cxf.tools.common.ToolErrorListener error

I am trying to build a mavnen project with cxf-codegen-plugin. I am using cxf version 3.2.1, maven compiler plugin 3.7.0 ,java version 8 …

maven java-8 cxf cxf-codegen-plugin
How to generate WebService client with CXF wsdl2java for online WSDL URL link

I am trying to generate a webservice client with the wsdl2java goal of the Apache CXF Maven Plugin. I …

java maven cxf cxf-codegen-plugin
Packaging WSDL clients in JARs with Maven and cxf-codegen-plugin

I've got a maven project that will consume a number of webservices. The application will be packaged as a WAR. …

java maven cxf webservice-client cxf-codegen-plugin
How do I link to XSD files using the Apache CXF Maven plugin?

I'm using the Apache cxf-codegen-plugin Maven plugin to try and generate Java classes from a WSDL file. I get the …

java maven wsdl cxf cxf-codegen-plugin