Re: Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
he e.g. > arp -d * > ) > > Martin -- > __ > > > -- > From: chrishan...@gmail.com > Date: Sun, 24 Nov 2013 15:08:29 -0800 > Subject: Re: Help for generating axis2 client > To: java-user@axis.apache.org > > > Hi, > > The link works fine. > > I'm not

RE: Help for generating axis2 client

2013-11-24 Thread Martin Gainty
the phillipines routers do appear in your pathping listing then clear your arp cache e.g. arp -d * ) Martin -- __ From: chrishan...@gmail.com Date: Sun, 24 Nov 2013 15:08:29 -0800 Subject: Re: Help for generating axis2 client To: java-user

Re: Help for generating axis2 client

2013-11-24 Thread Isuru Perera
Hi, The link works fine. I'm not sure why it doesn't work for you. It links to http://axis.apache.org/axis2/java/core/docs/userguide-codelisting7.html I hope this helps. Best Regards, On Sun, Nov 24, 2013 at 10:21 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hello all, > I

Re: Help for generating axis2 client

2013-11-24 Thread suresh
ItemResponse res = stub.multipleParametersAddItem(req); System.out.println(res.getSuccessfulAdd()); System.out.println(res.getItemId());} catch(Exception e){ e.printStackTrace();System.out.println("\n\n\n");

Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
Hello all, I'm new to Apache Axis2. I'm currently following tutorial at http://axis.apache.org/axis2/java/core/docs/userguide-creatingclients.html#createclientsfor generating a axis2 client. For ADB method it says to create a client.java class which contains the code at Listing 7. But link for List