You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Dorner, Thomas" <Th...@t-systems.com> on 2005/08/12 10:03:03 UTC

?wsdl Problem

Hi,

When I call my Service with the extensionn ?wsdl, I got following error:

What kann I do to resolve this problem?
Any help would be welcome!

Sorry, something seems to have gone wrong... here are the details:
Fault - Failed to determine deployed service names.; nested exception is: 
	org.apache.axis.ConfigurationException: Could not find class for the
service named: samples.stock.ComInfoService
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: samples.stock.ComInfoService
AxisFault
 faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
<http://schemas.xmlsoap.org/soap/envelope/}Server.generalException> 
 faultSubcode: 
 faultString: Could not find class for the service named:
samples.stock.ComInfoService
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: samples.stock.ComInfoService
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:EPDMD59
<http://xml.apache.org/axis/}hostname:EPDMD59> 

Could not find class for the service named: samples.stock.ComInfoService
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: samples.stock.ComInfoService
	at
org.apache.axis.providers.java.JavaProvider.getServiceClass(JavaProvider.jav
a:428)
	at
org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.jav
a:457)
	at
org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPServ
ice.java:285)
	at
org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java
:492)
	at
org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices(WSDDDeplo
yment.java:487)
	at
org.apache.axis.configuration.FileProvider.getDeployedServices(FileProvider.
java:296)
	at
org.apache.axis.transport.http.QSWSDLHandler.getDeployedServiceNames(QSWSDLH
andler.java:218)
	at
org.apache.axis.transport.http.QSWSDLHandler.updateSoapAddressLocationURLs(Q
SWSDLHandler.java:153)
	at
org.apache.axis.transport.http.QSWSDLHandler.invoke(QSWSDLHandler.java:72)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at
org.apache.axis.transport.http.AxisServlet.processQuery(AxisServlet.java:121
7)
	at
org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:249)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
327)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

Tomi