EndpointReference coordinator = getCompletionCoordinator(participant);
AddressingHelper.installFaultTo(addressingProperties, coordinator, identifier);
CompletionInitiatorPortType port = getPort(participant, addressingProperties, committedAction);
Notification commited = new Notification();
port.committedOperation(commited);
}
/**
* Send an aborted request.
* @param addressingProperties addressing context initialised with to and message ID.