Thomas,

You are not finding it because this is no ant task for java2WSDL.

Please open a JIRA issue.

Mj


On 12/20/06, Thomas Bruckmayer <[EMAIL PROTECTED]> wrote:

Hi all!

I have problemls locating the java2wsdl ant-task in axis 2,
org.apache.axis2.tool.ant includes only AntCodegenTask which can be used
for
wsdl2java.

<target name="declare" >
   <taskdef name="java2WSDL"
    classname="org.apache.axis2. ??????????
   classpathref="lib.axis2"/>
</target>



<target name="run-java2wsdl" description="generates WSDL file"
depends="declare">
<java2WSDL

classname="src.swa.webservices.SearchDeveloperService.SearchDeveloper"
           location="http://localhost:8080/axis2/SearchDeveloperService";
           namespace="urn:finddev"
           output="SearchDeveloperService.wsdl">
         </java2WSDL>

</target>

Any suggestions?

Thx and regards


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to