-
Jan 5th, 2011, 11:47 PM
#1
AbstractLoggingInterceptor setLogResponse not working
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules