Top "Wsimport" questions

wsimport is a command-line tool to generate client and service artifacts from WSDL.

need to use custom classes instead of generated (by wsimport) in web-services

Could you, please, help with the following issue? When generate WS client code (with wsimport ant task), all classes are …

java web-services jaxb wsimport
how to get maven-jaxws-plugin to generate @XmlElementWrapper on classes generated from xsd?

I am using maven-jaxws-plugin to generate java classes from my wsdl, schema. It is not generating the @XmlElementWrapper annotation in …

wsimport maven-jaxb2-plugin jax-ws-customization jaxb-xew-plugin
Changing the URL on a webservice client generated with wsimport

I am trying to write a module for a Java application that accesses a WSDL-described webservice. The source WSDL was …

java web-services wsdl wsimport
java wsimport rename/different ObjectFactory.java

I'm having problem with wsimport. In one of my wsdl which has to be wsimported I have a complexType with …

java jaxb jax-ws wsimport objectfactory
How to customize the schema inlined inside an imported WSDL

I have a.wsdl & b.wsdl where a.wsdl imports b.wsdl. Now I have to customize the schema …

xpath jaxb jax-ws wsimport
help please: xjc throws "Two declarations cause a collision in the ObjectFactory class"

Take the following over simplified XSD: <?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="com.acme" xmlns:xs="…

web-services jaxb jax-ws wsimport xjc
How do I include a packaged WSDL to use with Java classes generated with wsimport?

I'm coming from C# so I realize that I can't expect a lot of the (great) usability features and functionality …

java web-services wsdl wsimport
WSDL import 'location' attribute -vs- XSD import 'schemaLocation' attribute

What is the relationship between: the import element in WSDL -and- the import element and in XML Schema ... and in …

xsd wsdl jax-ws wsimport
boolean (Boolean) - getter is vs get

It looks like everyone says that right getter for: primitive boolean -> getter is object Boolean -> getter …

java wsimport
Ant wsimport task failing

I have a simple ant script to build my classes from a sdl. Unfortunately wsimport fails immediately. I suspect it …

ant jax-ws jdk1.6 wsimport