Re: Java2WSDL ant task

2005-02-19 Thread Hollywood
Nevermind on this. Copy/Paste error I finally found! :( - Original Message - From: "Hollywood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 9:30 AM Subject: Java2WSDL ant task > I have the following sni

Java2WSDL ant task

2005-02-19 Thread Hollywood
I have the following snippet in my build.xml file: However, it claims it can not find the class file to generate the WSDL from. Anyone have any thoughts? Thanks!

Document WS and nulls in parameters

2005-02-19 Thread Hollywood
Hello, I'm generating a fairly simple web service in Axis 1.2RC2 (I've tried RC3 too) running under Tomcat 5.0X and Sun Java JRE1.5 which looks as follows: public interface SAPSync { public String syncType1(String sData); public String syncType2(String sData); } I apply the Java2WSDL too

Wrapped/Literal WSDL issue.

2005-02-19 Thread Hollywood
Hello, I'm generating a fairly simple web service in Axis 1.2RC2 (I've tried RC3 too) running under Tomcat 5.0X and Sun Java JRE1.5 which looks as follows: public interface SAPSync { public String syncType1(String sData); public String syncType2(String sData); } I apply the Java2WSDL too