Hi
I am trying to run an Axis2 Web service under Tomcat 6.0. I am using Axis2
v1.4.1. The first line of my Web service is:
DefaultHttpClient httpclient =3D new DefaultHttpClient();
and I am getting the following runtime error:
org.apache.axis2.AxisFault: org.apache.http.protocol.BasicHttpContext: method
<init>()V not found
I have compiled the Web service with httpcore-4.0-beta3.jar in the CLASSPATH
and the same jar file is in the Tomcat and axis2 lib directories.
Can you suggest what might be the problem?
Thanks
David