You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Domibus uses webservices to accept message submissions and transmit the AS4 messages. The Apache CXF library used has been enhanced with custom loggers in order to view the metadata of the messages being transmitted including HTTP envelop.

The CXF logging can be enabled by modifying the conf/domibus/logback.xml as :

<logger name="org.apache.cxf" level="INFO"/>
  • No labels