EndpointReference coordinator = getCoordinator(endpoint, addressingProperties);
AddressingHelper.installFromFaultTo(addressingProperties, coordinator, identifier);
ParticipantPortType port = getPort(endpoint, addressingProperties, prepareAction);
Notification prepare = new Notification();
port.prepareOperation(prepare);
}
/**
* Send a commit request.
* @param addressingProperties addressing context initialised with to and message ID.