good answer! Send me your build.xml and I'll try it here.. Also.. Im cc'ing Ant users list as this is the list which handles ANT build.xml issues
Martin -- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents ----- Original Message ----- From: "D.Kreft" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]> Sent: Thursday, October 12, 2006 2:45 PM Subject: Re: Documentation for Java2WSDLTask > On 10/12/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > >> Hi Dan >> The best way to overcome that is to trump them at their own game..Maybe >> they'll grow up and stop playing games? > > I don't know what this means. > >> In the meanwhile try using these 2 parameters for generating WSDL from Java >> Bean Source >> -l (location parameter for service) >> -o(output parameter) > > I'm trying to use the Ant task, not the command line. > > -dan > >> >> Here is an example script I put together >> >> java -classpath >> C:\JavaMail\javamail-1.4ea\mail.jar;C:\JAF\JAF-10~1.2;C:\AXIS\axis-1_3\lib\axis.jar;C:\AXIS\axis-1_3\lib\saaj.jar;C:\AXIS\axis-1_3\lib\wsdl4j-1.5.1.jar;C:\AXIS\axis-1_3\lib\commons-discovery-0.2.jar;C:\commons-logging\commons-logging-1.0.4\commons-logging-api.jar;C:\Log4j\logging-log4j-1.2.10.jar;C:\AXIS\axis-1_3\lib;. >> org.apache.axis.wsdl.Java2WSDL %1 >> -location=http://localhost:8080/axis/services/%1 -o %1.wsdl >> >> Feel Free to contact me offline for any questions- >> >> Martin -- >> This e-mail communication and any attachments may contain confidential and >> privileged information for the use of the >> designated recipients named above. If you are not the intended recipient, >> you are hereby notified that you have received >> this communication in error and that any review, disclosure, dissemination, >> distribution or copying of it or its >> contents >> ----- Original Message ----- >> From: "D.Kreft" <[EMAIL PROTECTED]> >> To: "Axis Users" <[email protected]> >> Sent: Thursday, October 12, 2006 2:08 PM >> Subject: Documentation for Java2WSDLTask >> >> >> > 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] >> > >> > >
