{
EndpointReference participant = getParticipant(endpoint, addressingProperties);
AddressingHelper.installFromFaultTo(addressingProperties, participant, identifier);
BusinessAgreementWithCoordinatorCompletionCoordinatorPortType port;
port = getPort(endpoint, addressingProperties, cannotCompleteAction);
NotificationType cannotComplete = new NotificationType();
port.cannotComplete(cannotComplete);
}