Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Scout/Tutorial/3.8/webservices/Register DatabaseLogHandler in webservice consumer
The Scout documentation has been moved to https://eclipsescout.github.io/.
@Override protected void execInstallHandlers(List<SOAPHandler<SOAPMessageContext>> handlers) { handlers.add(new DatabaseLogHandler()); }