Hello ! I followed as per Instructions given in : http://wiki.apache.org/ode/Building
Now in running the sample HelloWorld : I have helloworld Service listed in: http://localhost:8080/ode/services/listServices Now i move into tomcat/webapps/ode/WEB_INF/processess/ directory in command prompt [ Is this correct ? Because in Readme.txt which present in C:\ode\axis2-examples\src\examples says " Please make sure that you execute the command from the HelloWorld2 example directory " Now there are two HelloWorld2 directory one is present in C:\ode\axis2-examples\src\examples\ and another one is present in C:\apache- tomcat-5.5.17\webapps\ode\WEB-INF\processes - So which HelloWorld2 ? ] Now i type in sendsoap command: sendsoap http://localhost:8080/ode/processes/helloWorld/axis2-examples/src/examples/HelloWorld2/testRequest.soap I get error displayed as : Input line too long . Syntax is not correct . Now i try again by following Readme.txt that is present in C:\ode\axis2-examples\src\examples => sendsoap http://localhost:8080/ode/processes/helloWorld testRequest.soap Now i get Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ode/tools/sendsoap/cline/HttpSoapSender For sendsoap command: I have set the PATH environ. variable to : C:\ode\tools-bin\target\stage\bin Also i have copied the sendsoap.bat file into tomcat/webapps/ode/WEB_INF/processess/ Plz shed some light on this issue ! Regards, Sam
