Top "Wsimport" questions

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

How to generate classes from wsdl using Maven and wsimport?

When I attempt to run "mvn generate-sources" this is my output : SLF4J: Failed to load class "org.slf4j.…

maven wsimport
JAX-WS Loading WSDL from jar

I'm writing a fat client that makes use of a SOAP service for some features (bug reporting etc.) I've got …

wsdl jar jax-ws wsimport
Java Web Service error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog

I have a problem creating and connecting a Java client to a running Web Service. I use the following code: …

java web-services wsdl jax-ws wsimport
Applying external JAXB binding file to schema elements imported from WSDL

The XPath expression in my external binding files can't target the elements in my XML schemas which are imported into …

jaxb jax-ws xjc wsimport
'wsimport' is not recognized error in command prompt

I am new at web-services. I am trying to generate the stubs using this command: wsimport -d ./build -s ./src …

java web-services web wsdl wsimport
java.lang.NoClassDefFoundError: javax/activation/DataSource on wsimport Intellij java 9

i'm trying to generate class stubs for a wsdl with Intellij-Idea 2017.2.5 (Webservices -> Generate code from wsdl...) using JDK-9 …

web-services intellij-idea wsdl java-9 wsimport
How does a wsimport generated client work?

Before anything else, I want you to know that I can already connect to the web service server. I'm asking …

java web-services jax-ws axis2 wsimport
Problem generating Java SOAP web services client with JDK tool wsimport from a WSDL generated by a .NET 2.0 application

I'm trying to generate a client for some SOAP web services using the JDK 6 tool wsimport. The WSDL was generated …

java .net web-services axis wsimport
wsimport - how to generate service endpoint classes and JAXB classes in separate projects/folders

We are using a top-down approach for a project with multiple web services (multiple WSDL's). Each web service needs to …

java web-services jaxb jax-ws wsimport