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.

WSP0075: Policy assertion "TransportBinding" was evaluated as "UNKNOWN". Why?

I am a client to a SOAP service I do not control (implemented in .NET). The service provides a WSDL. …

wsdl cxf jax-ws soap-client wsdl2java
Set Java Compliance Level in CXF wsdl2java

I’m brand new to CXF and am trying to create a client from WSDL. I have used Metro and …

java cxf wsdl2java
IntelliJ Idea 11 - No menu to generate Java code from WSDL

Despite I enabled Web services support, I can not see "Generate Java code from WSDL" menu item in Tools -&…

intellij-idea wsdl2java
Apache Axis WSDL2Java error - Missing <soap:fault> element

We are integrating a third party SOAP web services in our application. The WSDL is used with SOAPUI tool, where …

wsdl2java soapfault
cxf-codegen-plugin doesn't generate sources

I'm trying to get the cxf-codegen-plugin to generate sources from my wsdl file. When calling wsdl2java manual the desired …

java maven cxf wsdl2java
undefined element declaration 'xs:schema'

I am completely new to web service stuff. I have to write rest web service client for a web service. …

java web-services wsdl wsdl2java wsimport
How to generate client code using wsdl2java through https?

I'm using Tomcat 6 and CXF 3 to implement some web services. I need to generate client code by using wsdl2java …

https cxf webservice-client wsdl2java
Publishing wsdl java M2E plugin execution not covered

I have written a WSDL and I want to generate java classes. I use the cxf-codegen-plugin for maven2, but I …

maven-2 wsdl wsdl2java
How to convert WDSL to Java with Axistools-maven-plugin?

I configured the axistools-maven-plugin as follows: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId&…

maven axis2 wsdl2java
WSDLException : An error occurred trying to resolve schema referenced at

I'm trying to generate a proxy class from a local WSDL file with eclipse Galileo and axis 2 1.4 on windows xp . …

eclipse wsdl axis2 axis wsdl2java