Top "Wsdl2java" questions

WSDL2Java is a JAX-RPC tool that is run against the WSDL file to create Java APIs and deployment descriptor templates according to these specifications.

Generating WSDL2Java from Maven with CXF

For e.g. I have cxf-codegen-plugin like this: <plugin> <groupId>org.apache.cxf</groupId> &…

java maven wsdl cxf wsdl2java
Store Axis raw XML request/response in session (to be used in JSP)

How, if possible, do I get the raw XML request/response that is invoked/retrieved by Axis in my application? …

java xml wsdl axis wsdl2java
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
Bundling wsdl in jar with CXF wsdl2java

I'm working on an implementation that will use a wsdl that I have gotten from a vendor. Our project is …

jar classpath cxf wsdl2java
Getting exception java.lang.NoSuchMethodError: org.apache.neethi.Constants.isPolicyElement

I'm connecting to a web service over SSL. I imported the certificate and added it to the java keystore. Then …

java web-services ssl-certificate wsdl2java
Why is axistools-maven-plugin trying to access this relative schema location?

We're doing a web service project with Axis 1.x and I'm having problems getting the Maven build to work. I …

java maven-2 axis wsdl2java
CXF - Wsdl2java - the XX property is already defined

I use CXF to generate client class to access web service server. The web service are based on WCF (.NET). …

properties jaxb cxf wsdl2java defined
java.lang.ClassNotFoundException: com.sun.org.apache.xml.internal.resolver.CatalogManager Java 11

I have a JavaFX application I was migrating from Java 8 to Java 11, it has been a rough transition but most …

java wsdl java-11 wsdl2java
What is the simplest way to extract an XML node for JAXB.unmarshal()?

I use the wsdl2java goal of cxf-codegen-plugin to generate Java from a WSDL. Then, in my tests, I use …

java jaxb cxf unmarshalling wsdl2java
Creating web service (not web service client) from WSDL file

I have a requirement, according to which i have to create an Axis2 Web service based on a wsdl file. …

web-services wsdl axis2 publish wsdl2java