Hey,

 

I’m getting the following fault when I try to run the AxisServlet

 

Fault - Could not find class for the service named: serivceDeployment.orphans.OrhpansDetails
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
        java.lang.ClassNotFoundException: serivceDeployment.orphans.OrhpansDetails

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Could not find class for the service named: serivceDeployment.orphans.OrhpansDetails
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is: 
        java.lang.ClassNotFoundException: serivceDeployment.orphans.OrhpansDetails
 faultActor: 
 faultNode: 
 faultDetail: 
 
 
I have the class in a package serviceDeployment/orphans and then in the webapps/classes I have the classes in ../classes/serviceDeployment/orphans 
 
Do I need to set up classpaths or something in order for axis to find the class?
 
Thanks
Suzy

 

Reply via email to