throws SoapFault, IOException
{
EndpointReference coordinator = getCoordinator(endpoint, addressingProperties);
AddressingHelper.installFromFaultTo(addressingProperties, coordinator, identifier);
ParticipantPortType port = getPort(endpoint, addressingProperties, rollbackAction);
Notification rollback = new Notification();
port.rollbackOperation(rollback);
}