Re: Help for generating axis2 client

2013-11-24 Thread Chamila Wijayarathna
It is working now, Thank you On Mon, Nov 25, 2013 at 5:34 AM, Martin Gainty wrote: > The server is located in Pacific Northwest US which is why chrishantha and > myself can reach it > > it is possible that you are being directed thru Phillipines routers and as > you already know Phillipines Rou

RE: Help for generating axis2 client

2013-11-24 Thread Martin Gainty
The server is located in Pacific Northwest US which is why chrishantha and myself can reach it it is possible that you are being directed thru Phillipines routers and as you already know Phillipines Routers are all down pathping 140.211.11.131 and report back here what you see: ( if one of th

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 < [email protected]> wrote: > Hello all, > I

Re: Help for generating axis2 client

2013-11-24 Thread suresh
*Code Listing 7- Client.java*package org.apache.axis2.axis2userguide;import org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.DoInOnlyRequest;import org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.TwoWayOneParameterEchoRequest;import org.apache.axis2.axis2userguide.Axis2UserGuideS

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