* @throws IOException for any transport errors.
*/
public void sendCompensate(final AddressingContext addressingContext, final InstanceIdentifier identifier)
throws SoapFault, IOException
{
final EndpointReferenceType endpointReference = getEndpointReference(identifier) ;
sendOneWay(new NotificationType(), addressingContext, soapService, endpointReference,
endpointReference, BusinessActivityConstants.WSBA_ELEMENT_COMPENSATE_QNAME,
compensateAction) ;
}