Hi,
Is it possible to have a web method which returns a Set or an ArrayList ?
For examle :
| @WebMethod
| public ArrayList<Equipe> getEquipeList() {
| EquipeBean equipeBean = getEquipeBean();
| ArrayList<Equipe> equipes =
(ArrayList<Equipe>)equipeBean.getEquipeList();
| return equipes;
| }
|
Regards.
Anis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110771#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...