...
- Deploy CONNECT ear (mvn clean install -P AD,PD,DQ,DR,DS,X12)
- In audit.properties, make sure LogToDatabase=falefalse, LogToFile=true and other services are true (ex: RetrieveDocuments=true)
- In AuditRepositoryProxyConfig.xml make sure to have securedImplementation are javaImplementation.
- In SoapUI, load CONNECT-ValidationSuite project and execute.
- Make sure all test cases for g1, g0 are passed and green.
- Verify audit messages are logged in audit.log file. ( default audit.log will be present under //logs/Audit.log).
- Test in Standard, Passthrough mode. ( Note: While testing in Passthrough mode make sure to enable Passthrough mode for service in gateway.properties)
...