...
The first goal is to implement the transmission of an transaction-ID in a basic web service so that the thread executing the service can be recognized. The ID will be also transmitted back to the requesting client, so the tracing of the invocation sequence can be continued.
To achieve that the following steps will be taken:
...