...
Code Block | ||
---|---|---|
| ||
<dependency> <groupId>com.cdrator.integration.soap</groupId> <artifactId>rator-soap-workflow</artifactId> <scope>runtime</scope> </dependency> |
Also, don't forget remember to include the following dependency to build the deployable WEB application WAR file:
...
If you set the parameter SOAP.MONITORING.ENABLE_RATOR_MONITORING_HANDLER to T, then the framework monitoring handler will try to store the log record in the SOAP_MONITORING table. If there is no such table, then you might use the following script to create one:
...