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