Thank you very much!!!!
What we did was this, maybe you like this solution
better....
We
work directly with the java class as a task. Something like
this:
<java fork="yes"
classname="org.apache.axis.wsdl.WSDL2Java"
dir="${project.test.src}">
<arg value="-p"/> <arg value="output.package (example: com.company.wsdl2java)"/> <arg value="your.wsdl.as.WSDL-file-URL"/> <classpath refid="project.classpath"/> </java> It
works perfectly in that way...
I
hope it helps
Ransel López, Web Services Developer Time Industrial,
Inc.
|
Title: Message
- RE: WSDL2Java problem / Solution Pani, Gourav
- Re: WSDL2Java problem / Solution Safdar Ali
- RE: WSDL2Java problem / Solution Ransel Lopez
- RE: WSDL2Java problem / Solution Tran, Vinh