276277278279280281282283
return true; } public Categorie[] getCategories() throws RemoteException { VM_CategoriesProxy proxy = getCategoriesProxy(); GetAllCategoriesInput gaci = new GetAllCategoriesInput(wsLogin, "Y"); return proxy.getAllCategories(gaci); }
278279280281282283284285