[Soaplab-users] Soaplab and Axis
Brought to you by:
marsenger
|
From: Per L. <per...@sb...> - 2006-04-09 10:11:40
|
Dear users!
I have run into some problems with soaplab and Apache Axis working
together. I got Axis configured properly and can list the web services
that are available per default. Then I went ahead and installed Soaplab,
and after installation i did
ws/deploy-web-services
to deploy the default soaplab web-services. Now that I try to make Axis
display the services, the message says:
Sorry, something seems to have gone wrong... here are the details:
Fault - Could not find class for the service named:
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl
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:
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Could not find class for the service named:
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl
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:
org.embl.ebi.SoaplabServer.applab.AnalysisWSAppLabImpl
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:fw
Presumably this has something to do with the name of my web-server, but I
don't know how to resolve it. Also, I cannot do any of the examples on th=
e
soaplab webpage, such as
ws/run-factory-service -a
Cheers
/Per Larsson
|