Xi, Keying wrote:

wsdl2java is not a core task that's defined in Ant.

I used to have this working but after making substantial changes to my filesystem it has ceased to work.

 The other way I tried to get this to work is:
<path id="axis.class.path">
 <fileset dir="axis-1_1/lib/">
    <include name="*.jar"/>
 </fileset>
</path>

<taskdef name="java2wsdl"
   classname="org.apache.axis.tools.ant.wsdl.Java2WsdlAntTask"
   classpathref="axis.class.path"/>

This also fails with the error message that class Java2WsdlAntTask cannot be found.

Thank you for the suggestion of looking at the source. I will see if it works there.

--
"We do not lose our identity in our relations with others; in part, at least, we achieve 
our identity by those relations." Tony Blair, 1993




Reply via email to