1. do a <taskdef> for org.apache.ws.java2wsdl.Java2WSDLTask
2. since in a custom Ant task, your XML attributes are represented by class
properties, you have
private String className;
private String outputLocation;
private String classpathURI;
private String targetNamespace;
private String targetNamespacePrefix;
private String schemaTargetNamespace;
private String schemaTargetNamespacePrefix;
private String serviceName;
private String outputFileName;
these should parallel the command-line options.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of D.Kreft
Sent: Thursday, October 12, 2006 11:47 AM
To: Axis Users
Subject: Re: Documentation for Java2WSDLTask
I should clarify this....I'm trying to use the Ant task, not the command
line.
-dan
On 10/12/06, D. Kreft <[EMAIL PROTECTED]> wrote:
> Is there any documentation yet on how to use Java2WSDLTask? There are
> a bunch of new attributes to this task that I'm not familiar with. The
> javadocs for the class of the same name are, of course, no help--they
> assume I know what I'm doing. :-)
>
> -dan
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]