| Author |
wsdl2java server side skeleton
|
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 104
|
|
Hi. Im trying to generate server side skeleton classes (with jax-ws annotation) from wsdl. I am following details here http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html. My ant is as follows
when I execute I get following
The build is succesffull but nothing is output to out folder???
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2194
|
|
Hi!
First of all, the build only seems successful, but the wsdl2java command failed, as you noticed.
Have you tried to split options that require parameters, such as -d, according to the following example with two <arg> elements:
Best wishes!
|
 |
 |
|
|
subject: wsdl2java server side skeleton
|
|
|