Dear all,
 
I've written a simple Web service, which when deployed without any custom handlers works fine.
 
When I deploy it with a simple custom handler, when I run the client code I get the following error:
 
Exception in thread "main" org.apache.axis.ConfigurationException:
java.lang.ClassNotFoundException: <my_package_name>/<my_handler_class>
 
<my_handler_class> is in the same <my_package_name> as my <web_service_class> which Axis has no problem finding.
 
Any ideas?
 
Many thanks in advance.
Ambrose Tati

Reply via email to