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
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
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
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");
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