{
addressingProperties.setReplyTo(initiator) ;
ParticipantPortType port = BAInteropClient.getParticipantPort(addressingProperties, participantCancelCompletedRaceAction);
CoordinationContextManager.setThreadContext(coordinationContext) ;
try {
port.participantCancelCompletedRace();
} finally {
CoordinationContextManager.setThreadContext(null) ;
}
}