throw new AxisFault( "Admin.error",
JavaUtils.getMessage("unknownType01", action + ": " + type),
null, null );
}
engine.saveConfiguration();
doc = XMLUtils.newDocument();
doc.appendChild( root = doc.createElementNS("", "Admin" ) );
root.appendChild( doc.createTextNode( JavaUtils.getMessage("done00") ) );
}