RE: axis2 arraylist/array issues

2013-09-06 Thread Serge Perepel
9942 From: Shameera Rathnayaka [mailto:shameerai...@gmail.com] Sent: Thursday, September 05, 2013 8:37 AM To: java-user@axis.apache.org Subject: Re: axis2 arraylist/array issues Hi Serge, I may able to help you, Could you provide a sample request that you sent. And also mention how did you generat

Re: axis2 arraylist/array issues

2013-09-05 Thread Shameera Rathnayaka
Hi Serge, I may able to help you, Could you provide a sample request that you sent. And also mention how did you generate requests? eg: stub or SOAP UI or Service Client ? Thanks, Shameera. On Mon, Sep 2, 2013 at 8:31 PM, Serge Perepel wrote: > Hi, > > > > I’m using axis2 1.7.0SNAPSHOT and fi

axis2 arraylist/array issues

2013-09-02 Thread Serge Perepel
Hi, I'm using axis2 1.7.0SNAPSHOT and finding two problems. First when I'm having ArrayList in my class, for example: public class VEntryData{ protected List items; public List getItems() { if (items == null) { items = new ArrayList(); } return this.i