I'm using Axis-1_4 with apache-tomcat-5.5.20 and JDK 1.5.0_08 on Mandrake 
Linux

Like described in the user guide I generated a wsdl-file out of my interface
and went on with WSDL2Java. When deploying my service with the AdminClient I
receive a "<Admin>Done processing</Admin>".

But list via http://localhost:8080/axis/servlet/AxisServlet gives me the
following message:

And now... Some Services
AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault - Could not find class for the service named:
ws.QueryHandlerSoapBindingSkeleton
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: ws.QueryHandlerSoapBindingSkeleton

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: Could not find class for the service named:
ws.QueryHandlerSoapBindingSkeleton
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: ws.QueryHandlerSoapBindingSkeleton
 faultActor: 
 faultNode: 
 faultDetail: 
        {http://xml.apache.org/axis/}hostname:cengiz

-----------------------------------------------------------------------
My packages are copied to 
$CATALINA_HOME/webapps/axis/WEB-INF/classes/ 
and the class QueryHandlerSoapBindingSkeleton exists in package ws.

All Path variables are set properly.

Any ideas?

regards,
Babette

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to