Are you using Ode on Windows with Cygwin or perhaps with a space in
the path?
-- Paul
On Aug 2, 2008, at 9:18 AM, Bashar Altakrouri wrote:
Hi,
I have deployed ODE on Tomcat 6.0 and Java 1.5. Everything seems to
work
fine. I could access http://localhost:8080/ode. Services, Validation
and
administration could be accessed and work fine. I have deployed the
three
examples and they are all listed in the services section and could
access
their WSDLs (e.g. http://localhost:8080/ode/processes/helloWorld?
wsdl ).
According to use guide
(http://ode.apache.org/user-guide.html#UserGuide-InaWebApplication)
I have
tried to use sendsoap to test the examples:
C:\sendsoap http://localhost:8080/ode/processes/helloWorld
examples/HelloWorld2/testRequest.soap
but I am getting the following exception :
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/ode/tools/sendsoap/cline/HttpSoapSender
Any ideas, thoughts or help will be appreciated !!!
P.S the problem is very similar to
(http://mail-archives.apache.org/mod_mbox/ode-user/200612.mbox/%3C68b75b5f06
[EMAIL PROTECTED])
Cheers,
Bashar