Top "Wsimport" questions

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

Security exception while using wsimport

I want to generate stub files from a wsdl file which is reachable over a ssl connection with a self-signed …

java exception ssl ant wsimport
maven Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport

Below is my pom.xml for to do wsimport <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://…

java maven build wsimport
Web service client cannot be created by JAXWS:wsimport utility

Whenever i try to create a Webservice from a wsdl url i get an Error window in Netbeans IDE. Where …

jaxb jax-ws netbeans-7 wsimport
jax-ws/wsimport generates WebMethod with void return - same Request/ResponseWrapper

I'm working with a client's WSDL file that uses the same element definition for the input and output messages, but …

java soap jax-ws wsimport
wsimport Xauthfile error

I am trying to generate the java help classes that I need for a client (a.k.a consumer) for …

java web-services authentication ssl wsimport
How to create folder for generated sources in Maven?

I have to generate sources using wsimport and i assume that it should go to /target/generated-sources/wsimport rather than /…

maven-2 jax-ws wsimport
wsimport doesnt generate code related to soap headers

I'm generating client java code from a wsdl using 'wsimport'. The wsdl has soap:header in the operation definitions like …

jaxb wsimport
Eclipse m2e connector for JAX-WS org.codehaus.mojo

I am trying to consume a webservice using wsimport goal declared at maven build. But I am facing the problem …

eclipse maven eclipse-juno m2e wsimport
How do I tell wsimport to use a proxy exception url

I need to connect to an internal intranet web service. My company uses a proxy server to access the internet …

java web-services wsdl jax-ws wsimport
wsimport: multiple wsdl overwrite ObjectFactory

I have multiple (let's say 2, A and B) webservices and I need to generate a client to use them togheter. …

java jaxb wsdl wsimport objectfactory