// Existing ID ?
IAuditID localID = currentInvocationID.getAuditID();
// If there is an ID, propagate it
if (localID != null) {
localID.increment();
// Sends the current audit id object
jClientRequestInfo.add_request_service_context(new AuditServiceContext(localID));
}
}