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 envelope.

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

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