* @throws java.io.IOException for any transport errors.
*/
public void sendCancelled(final W3CEndpointReference participant,final AddressingProperties addressingProperties, final InstanceIdentifier identifier)
throws SoapFault, IOException
{
EndpointReference coordinator = getCoordinator(participant);
AddressingHelper.installFromFaultTo(addressingProperties, coordinator, identifier);
final TerminationParticipantPortType port = getPort(participant, addressingProperties, identifier, cancelledAction);
final NotificationType cancelled = new NotificationType();
port.cancelledOperation(cancelled);