It is still failing, I re-compiled and copied to the directory listed below:

[EMAIL PROTECTED] apache-tomcat-5.5.20]$ ls webapps/axis/WEB-INF/classes/ws/
deploy.wsdd          IQueryHandlerService.class        
QueryHandlerSoapBindingImpl.class IQueryHandlerServiceLocator.class 
QueryHandlerSoapBindingSkeleton.class ...

In the server-config.wsdd my service is mentioned as follows:

 </service>
 <service name="QueryHandler" provider="java:RPC" style="document" 
use="literal">
  <parameter name="wsdlServicePort" value="QueryHandler"/>
  <parameter name="schemaQualified" value="urn:QueryHandler"/>
  <parameter name="className" value="ws.QueryHandlerSoapBindingSkeleton"/>
  <parameter name="typeMappingVersion" value="1.2"/>
  <parameter name="allowedMethods" value="generateMetaDataBean"/>
  <parameter name="wsdlServiceElement" value="IQueryHandlerService"/>
  <parameter name="wsdlTargetNamespace" value="urn:QueryHandler"/>
  <parameter name="wsdlPortType" value="IQueryHandler"/>
  <parameter name="scope" value="Session"/>
 </service>

after deploying everything looks good but still I receive the 
- Exception:
java.lang.ClassNotFoundException: ws.QueryHandlerSoapBindingSkeleton


Regards,
Babette

-----------------------------------------------------------
Martin wrote:

server-config.wsdd makes the call on the location of the classname(s) via the
className parameter
of your service declaration in server-config.wsdd
re-compile all (including QueryHandlerSoapBindingSkeleton.java) of the
generated java files
and copy to $CATALINA_HOME/webapps/axis/WEB-INF/classes/ws

Viel Gluck,
M-
This e-mail communication and any attachments may contain confidential and
privileged information
for the use of the 
designated recipients named above. If you are not the intended recipient, you
are hereby notified
that you have received
this communication in error and that any review, disclosure, dissemination,
distribution or
copying of it or its 
contents
----- Original Message ----- 
From: "Babette Wagner" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, November 08, 2006 4:25 PM
Subject: Fault after deploying


> 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]
> 

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

Reply via email to