Hi,
I'm creating a webservice with three tomcats, where two of them are
service providers for a main Tomcat, and I've some questions to do...
1) When I copy my classes on the folder
c:\tomcatProvider1\webapps\axis\WEB-INF\classes, the Axis'
AdminServlet of this tomcat don't show me the link to wsdl file of my
application, this is normal?
2) When I run the Axis' AdminServlet of the Main Tomcat, it return me:
===============================================
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - Could not find class for the service named:
localhost.axis.Provider2Appointment_jws.Provider2AppointmentSoapBindingSkeleton
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:
localhost.axis.Provider2Appointment_jws.Provider2AppointmentSoapBindingSkeleton
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Could not find class for the service named:
localhost.axis.Provider2Appointment_jws.Provider2AppointmentSoapBindingSkeleton
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:
localhost.axis.Provider2Appointment_jws.Provider2AppointmentSoapBindingSkeleton
faultActor:
faultNode:
faultDetail:
========================================================
Do you know a solution for this?
Thanks,
Francis