"stevenh" wrote : Hi Ravi, | What heiko is trying to say is to use and array rather than the array list.. ie you will have to invoke the toArray method on your array list. | | ie | public result[] getResults() | | rather than | | public Collection getResults() | | Steve. |
Thanks Steven for the reply.I was successfull in working on the same. But is it the only way to develope web services using collections ? What if I try with document style instead of rpc-style ? Regards ravi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966364#3966364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966364 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
