I'm testing a webservice that I implemented but it returns me the following exception:
AxisFault faultCode:{
http://schemas.xmlsoap.org/soap/envelope/
}Server.generalException faultSubcode: faultString: java.lang.NoClassDefFoundError: org/apache/axis/AxisFault;nested exception is: java.lang.NoClassDefFoundError: org/apache/axis/AxisFault
faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname: scroll
Why?
I'm working with AXIS 1.4 and APACHE 5.5
Thank you