Re: facing problem in axis2.1.3

2013-01-23 Thread satyapriya sahoo
Anil Bondalapati, * Thanks for your quick reply.* I have another doubt. While printing the logs I see 3 times each statement. why this is happening. I put the TCP Monitor between server and Client, I find only one request is going, but in logs I see 4 times for every line. Bellow I am giving sa

RE: facing problem in axis2.1.3

2013-01-22 Thread Anil Bondalapati
Try this and it should work.    HttpMethodRetryHandler retry_handler = new DefaultHttpMethodRetryHandler(0, false);    HttpClientParams params = new HttpClientParams();    params.setParameter(HttpMethodParams.RETRY_HANDLER, retry_handler);    options.setProperty(