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