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.

Access restriction on class due to restriction on required library rt.jar?

I'm attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and …

java eclipse wsdl stub wsdl2java
How to avoid the need to specify the WSDL location in a CXF or JAX-WS generated webservice client?

When I generate a webservice client using wsdl2java from CXF (which generates something similar to wsimport), via maven, my …

java wsdl cxf wsdl2java
Importing xsd into wsdl

This is my current configuration: XSD <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns="http://stock.com/schemas/…

web-services xsd wsdl wsdl2java
Java Webservice Client (Best way)

I have a third party WSDL, I need to write code in Java for a web service client to invoke …

java jax-ws axis2 wsdl2java webservice-client
Generating Web Service from WSDL File

I want to generate Web Service Classes from WSDL File. I want server side code not client side. wsimport creates …

java wsdl wsdl2java
JAXB generating JAXBElement<String> instead of String

I am using Apache CXF cxf-codegen-plugin Maven plugin to generate sources from WSDL file. Problem is that I get JAXBElement&…

java maven jaxb cxf wsdl2java
How to use Axis WSDL2Java generated files?

I generated Java files from WSDL with WSDL2Java converter, but I don't know how can I use service with …

java axis wsdl2java
Custom package names cxf-codegen-plugin

Imagine this scenario. I have a wsdl file with namespace a/b/c and it imports another wsdl whose namespace …

java maven wsdl cxf wsdl2java
Axis2's wsdl2java fails on RPC/Encoded style web services

Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)? Retrieving document …

java axis2 axis wsdl2java jax-rpc
How do I add a namespace reference to a SOAP response with Apache Axis2 and WSDL2Java

I'm looking at the SOAP output from a web service I'm developing, and I noticed something curious: <soapenv:Envelope …

java soap namespaces axis2 wsdl2java