try
{
_mxServer.setAttribute(_objectName, new Attribute(attributeName,value));
} catch (AttributeNotFoundException exception)
{
throw new NoSuchAttributeFault(
getWsResource().getEndpointReference(),
attributeName);
} catch (InstanceNotFoundException exception)
{
throw new EntityInstanceNotFoundFault(