Hello,
I want to use AO4BPEL so I started with Apache ODE as It has many explanations on the internet, therefore I installed and build Apache ODE as described "
http://ode.apache.org/building-ode.html" and in "
RUNNING" file and in "
BUILDING" in the
apache-tomcat-6.0.35. and it has been built successfully.
After that I copied the 3 examples to "
apache-tomcat-6.0.35\webapps\ode\WEB-INF\processes" and deployed them when I start up tomcat. which in turn creates 3 deployed files for each example.
Then I went to cmd and typed "
bin/sendsoap http://localhost:8080/ode/processes/helloWorld examples/HelloWorld2/testRequest.soap" the following error appeared
"
Warn <org.apache.commons.httpclient.HttpMethodBase>
Going to buffer response body of large or unknown size. Using
getResponseBodyAsStream instead is recommended"
I searched a lot to solve this problem, I searched in Mailing list to
solve and I found in this URL "
http://mail-archives.apache.org/mod_mbox/hc-httpclient-users/200603.mbox/browser" the answer but I don't know in which file I can do this replacement. So please is there any way
to solve this problem?