[jboss-user] [JBossWS] - Re: JBossWS Web Service using ArrayList

rksangubotla do-not-reply at jboss.com
Mon Aug 21 01:34:17 EDT 2006


"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



More information about the jboss-user mailing list