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
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
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