Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Not A Problem
-
None
-
None
-
Unknown
Description
My application is a web service Server using CXF SOAP stack and running in Tomcat.
The server uses /cxf.xml (in classpath) to configure server logging interceptor.
Now, the server needs to invoke other web service server as a client.
Business requires has different requirement to client logging vs. server logging.
We have to define a client logging interceptor which is different from server logging interceptor.
How do I configure a client logging interceptor besides a server logging interceptor.
Based on Apache document, both CXF server and client will use same /cxf.xml file.
With Axis, there are two configuration files: one for server and the other for client.
But, with CXF, I do not see server cxf.xml and client cxf.xml.