This tutorial shows you how to add tracing to a business process service so that you can validate and correct its logic.
The Unwired Orchestrator server writes messages to its log file as services execute. You can enable diagnostic tracing for a business process service by creating a Java service that writes messages to the Unwired Orchestrator log file, and invoking that Java service from the business process service.
This tutorial teaches you how to modify a business process service to write additional information to the log file about what it is doing while it executes.
This tutorial consists of: