It's possible to user a Enum as a parameter?

2010-11-09 Thread JOSE L MARTINEZ-AVIAL
Hello all, I'm using Axis 1.4, and I'm trying to use a Enum as a parameter for a webservices. I've the following class: public class BoxWebService { public boolean doUpload(MyEnum by,String userName, String contentType, String fileName,byte[] content){ return false; } } The enu

Re: WSDL Generation Error

2010-11-09 Thread Isuru Suriarachchi
Hi Chris, Copy jaxws-tools [1] and jaxws-rt [2] jars in AXIS2_HOME/lib. Thanks, ~Isuru [1] http://www.java2s.com/Code/JarDownload/jaxws-tools.jar.zip [2] http://www.java2s.com/Code/JarDownload/jaxws-rt.jar.zip On Tue, Nov 9, 2010 at 9:17 PM, Christopher Johnson wrote: > All - > > I just comple

WSDL Generation Error

2010-11-09 Thread Christopher Johnson
All - I just completed the migration of a Axis server to Axis2 I decided to use the POJO with Annotations. All my services appear in the service list yet after selecting one rather then seeing the WSDL I get the following errors: javax.xml.ws.WebServiceException: Error occurred generating WSDL f