Hello Guys ! As instructions given in : http://incubator.apache.org/ode/getting-ode.html i followed the steps in running the Apache Ode HelloWorld Sample present in C:\ode\axis2-examples !
Now i unzip the C:\ode\distro-axis2\target\distro-axis2-2.0-SNAPSHOT.tar.gz to say C:\ode2 and follow all the instructions hence forth ! I start Tomcat ! I see helloWorld , DeploymentService, etc..running in http://localhost:8080/ode/services/listServices Now in oder to invoke it : In Command Prompt i move to C:\ode2\distro- axis2-2.0-SNAPSHOT\bin Now i type : sendsoap http://localhost:8080/ode/processes/helloWorld axis2-examples/src/examples/HelloWorld2/testRequest.soap I get : java org.apache.ode.utils.cli.BaseCommandlineTool: Unable to read from file "testRequest.soap"; it may be missing, a directory, or otherwise unreadable. Now i change it as : sendsoap http://localhost:8080/ode/processes/helloWorld C:/ode/axis2-examples/src/examples/HelloWorld2/testRequest.soap I get : WARN - 2006-10-17 17:18:15,598 - <org.apache.commons.httpclient.HttpMethodBase> Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header /> <soapenv:Body><hello><TestPart>Hello World</TestPart></hello> </soapenv:Body></soapenv:Envelope> Is this the output ? Or this some kind of error ! - Because i am new to BPEL /ODE... Plz shed some light on this ! Regards, Sam
