RE: wsdl2java - creating List return type

2010-04-06 Thread Naresh Bhatia
al Message- From: Naresh Bhatia Sent: Tuesday, April 06, 2010 1:56 PM To: users@cxf.apache.org Subject: RE: wsdl2java - creating List return type Thanks Dan - that works great! I have couple of follow-up questions: 1) Is this (i.e. element names must match the operation name) just a convention

RE: wsdl2java - creating List return type

2010-04-06 Thread Naresh Bhatia
] Sent: Tuesday, April 06, 2010 1:07 PM To: users@cxf.apache.org Cc: Naresh Bhatia Subject: Re: wsdl2java - creating List return type On Monday 05 April 2010 8:42:21 am Naresh Bhatia wrote: > Still not working. This is what I am getting now: > > public AccountSummarie

RE: wsdl2java - creating List return type

2010-04-05 Thread Naresh Bhatia
Thanks. Naresh -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Monday, April 05, 2010 2:27 AM To: users@cxf.apache.org Cc: Naresh Bhatia Subject: Re: wsdl2java - creating List return type 1) Change the AccountSummaries element name to AccountSu

wsdl2java - creating List return type

2010-04-04 Thread Naresh Bhatia
I am trying to write an operation in WSDL that returns a list. Essentially, I want wsdl2java to generate the following method for me: public List getAccountSummaries(); How do I do this? I tried different things, but I always end up with wsdl2java creating a wrapper over the list and return