I tried to compile org.apache.axis.transport.http.CommonsHTTPSender with the common library I downloaded from http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/ v2.0/ Now the compiler find the org.apache.commons.httpclient package, but it still complains that the PostMethod does not have the method setRequestBody() and it indeed does not. I guess that I have a wrong version. Can you shed light on where I can get the correct version of common packages?
Thanks,