Top "Wsimport" questions

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

How can I generate a WSDL file from a WSDL URL?

My problem is that I created a web service client with wsimport and when creating its service object, it fails …

java jax-ws wsimport
Java SOAP "wsimport" - force wrapped binding from document/literal wrapped WSDL?

The Java 6 JAX-WS "wsimport" utility does a great job of generating a web service skeleton (interface) given a WSDL file …

java soap wsdl jax-ws wsimport
WsImport ant task and JDK 6

I am trying to use jax-ws to generate web service proxy classes, using the wsimport ant task, similarly to this …

java web-services ant jax-ws wsimport
wsimport "Cannot resolve the name..."

I've been trying to import the following web service: http://soap.genome.jp/KEGG.wsdl with ${JAVA_HOME}/bin/wsimport: …

java web-services wsdl wsimport
eclipse:clean eclipse:eclipse - maven command usage

I have a maven project wherein i am consuming a webservice using wsimport as a goal during project build. <…

eclipse web-services maven m2e wsimport
Error parsing WSDL with exception use="encoded"

Everytime I run wsimport, I get this error: [ERROR] "Use of SOAP Encoding is not supported. SOAP extension element on …

web-services soap wsdl wsimport
wsimport client - customise multiple package names

I am using wsimport to generate client stubs for JAX-WS webservice calls wsimport has the -p option which allows to …

java web-services wsdl jax-ws wsimport
wsimport -clientjar generates classes in (default package)

I'm using the -clientjar wsimport parameter to export my WebService into a jar. >wsimport -d C:\webservice -keep -clientjar …

java web-services jar wsimport
undefined element declaration 'xs:schema'

I am completely new to web service stuff. I have to write rest web service client for a web service. …

java web-services wsdl wsdl2java wsimport
XSD and WSDL in different directories

At my work used jaxws-maven-plugin for code generation. I have two projects are "common" and'' client ". Structure roughly as follows: …

maven wsdl wsimport java-ws