Hi All,

I am trying to set the server logResponse to false but its not working.
Do we need to make any other setting anywhere?

Code:

AbstractLoggingInterceptor ali=new SoapEnvelopeLoggingInterceptor();
ali.setLogResponse(Boolean.FALSE);
//Following code will invoke my webservice and get the response
String myResponse = listClient.invoke(myRequest);
ali.setLogResponse(Boolean.TRUE);

Please Help me on this.

Thanks in advance..
Shiva