That's
exactly how I expected it to work, but it didn't. See below the SOAP fault
message
from tcpmon.
Notice the stacktrace doesn't mention a NoClassDefFounError, so is
it
something
else? Problem clears up when I put the classes explicitly in
Tomcat's
classpath.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode> <faultstring>The AXIS engine could not find a target service to invoke! targetService is null</faultstring> <detail> <ns2:stackTrace xmlns:ns2="http://xml.apache.org/axis/">The AXIS engine could not find a target service to invoke! targetService is null
 at org.apache.axis.server.AxisServer.invoke(Unknown Source)
 at org.apache.axis.transport.http.AxisServlet.doPost(Unknown Source)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
 at org.apache.tomcat.core.Handler.service(Handler.java:287)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
 at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
 at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
 at java.lang.Thread.run(Thread.java:484)
 </ns2:stackTrace> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Walden
-----Original Message-----
From: Volkmann, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 12:27 PM To: '[EMAIL PROTECTED]' Subject: RE: Service deployment location
|
- Service deployment location Walden Mathews
- Re: Service deployment location M. en C. Jesús Sosa Iglesias
- RE: Service deployment location Volkmann, Mark
- RE: Service deployment location Walden Mathews
- RE: Service deployment location Volkmann, Mark
- RE: Service deployment location Walden Mathews
- RE: Service deployment location Walden Mathews
- Re: Service deployment location Adam Greene
- RE: Service deployment location Volkmann, Mark
- RE: Service deployment location Walden Mathews
- RE: Service deployment location Volkmann, Mark
- RE: Service deployment location Robert Chu
- RE: Service deployment location Walden Mathews
- RE: Service deployment location Newman, Scott