{
Object[] filler = { qname };
throw new UnableToModifyResourcePropertyFault(_MESSAGES.get("PropertyNotFound", filler));
}
UpdateRequest request = new UpdateRequest(qname, values);
Element[] valuesXML = request.getValues();
//
// make sure the update is valid according to the SCHEMA - this
// test assumes we will remove all current values and insert
// new ones