usertoGroup.setDescription(description);
proxy.createUser(input);
}
public void deleteGroup(String groupID) throws XregistryException {
DeleteGroupDocument input = DeleteGroupDocument.Factory.newInstance();
input.addNewDeleteGroup().setGroupName(groupID);
proxy.deleteGroup(input);
}