Top "Wsimport" questions

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

How to use wsimport when server expects client certificate?

I have a web service using mutual SSL authentication. I can access it just fine in the browser when I …

java web-services jax-ws wsimport
Where to download and how to install JAX-WS wsimport tools?

Can somebody tell me where to download and how to install JAX-WS wsimport tools? I need to download it and …

java soap-client wsimport
wsimport - Two declarations cause a collision, same line given

Trying to use wsimport to generate a client for a SOAP endpoint. The WSDL and all XSD files used are …

java xsd jaxb wsimport
JAX-WS error on WSDL file: "Error resolving component 's:schema'"

The Error I am using wsimport in a Java project to generate sources for three SOAP web services. The first …

java jaxb wsdl jax-ws wsimport
The constructor Service(URL, QName, WebServiceFeature[]) is undefined

I got The constructor Service(URL, QName, WebServiceFeature[]) is undefined error after I run wsimport for my client web service. …

jax-ws wsimport
Generating Metro Client Using Local WSDL File

I have generated a Metro client using wsimport before, but in that case the WSDL was accessed over https. My …

wsdl java-metro-framework wsimport
Replacement for wsimport with JDK 11

I'm currently working on a project which need wsimport but we use JDK11 and I just discovered that wsimport was …

java spring wsimport
wsimport not working

When I try to use wsimport using the below command from command prompt, it's working fine: wsimport -d generated C:\…

wsdl wsimport
Get rid of JAXBElement in classes generated by wsimport called from ant

I have the following problem: I'm using the wsimport ant task to create a webservice client (for salesforce.com). Everything's …

java web-services ant jaxb wsimport
How can I use wsimport to generate a webservice client which wsdl requires authentication?

I'm trying to generate a webservice client using wsimport, but the wsdl requires authentication. I'm using a command like this: …

web-services authentication wsimport