Re: Returning arrayList

2007-05-08 Thread Kencana
ields and > bind it to the xml file. > for example: > >Kencana >female > > >Bob >Male > > > sorry for my poor explanation, I hope you guys can understand what I am > trying to do > > Thanks > > Regards, >

RE: Returning arrayList

2007-05-07 Thread Rudolph, Troy
details, just ask. Troy -Original Message- From: Kencana [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 5:20 AM To: axis-user@ws.apache.org Subject: Returning arrayList Hi all, Lets say, there are many fields on the database table. so when user wants to retrieve all the data

RE: Returning arrayList

2007-05-07 Thread Hickman, Craig
t the environment object is passed around every function to make sure the above objective is achieved. -Original Message- From: Kencana [mailto:[EMAIL PROTECTED] Sent: Sunday, May 06, 2007 10:00 PM To: axis-user@ws.apache.org Subject: RE: Returning arrayList Hi Craig, Thanks fo

RE: Returning arrayList

2007-05-06 Thread Kencana
newMsgContext.setEnvelope(envelope); return > the new context with your envelope > } > > } catch (ErrorException e) { > org.apache.axis2.AxisFault f = > utils.createAxisFault(e); > f.setDetail(ut

RE: Returning arrayList

2007-05-04 Thread Hickman, Craig
lt(ex); f.setDetail(utils.toOM(ex.getFaultMessage(), false)); throw f; } } -Original Message- From: Kencana [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 4:20 AM To: axis-user@ws.apache.org Subject: Return

Re: Returning arrayList

2007-05-04 Thread Glen Mazza
I believe Anne recommends arrays over ArrayLists in these cases[1]. They are more interoperable with non-Java platforms and map more easily to the WSDL types. Listing #7 on page 3 of this tutorial[2] (free registration required) might be a good option for you on how you can represent the database

Returning arrayList

2007-05-04 Thread Kencana
/Returning-arrayList-tf3691291.html#a10320177 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]