Hi, So you can find on generating clients here
http://ws.apache.org/axis2/1_4/userguide-creatingclients.html#createclients You can give a url as the wsdl instead of a file in the file system. You can use ADB. What is the style of the service? Is it doc/literal? RPC/literal? It it is you'll be fine. Axis2 does not support SOAP Encoding. Thank you, Dimuthu On Tue, 2008-07-01 at 11:49 +0200, Alessio Brescia wrote: > I'm using Axis2. > > -------------------------------------------------- > From: "Dimuthu Leelarathne" <[EMAIL PROTECTED]> > Sent: Tuesday, July 01, 2008 11:44 AM > To: <[email protected]> > Subject: Re: Calling a web service returning list/array > > > Hi, > > > > What are you using Axis or Axis2? > > > > You can type ?wsdl at the browser to look at the wsdl of the service. > > > > Then you can run wsdl2java to create client side stubs. Then call the > > service using these stubs. The user-guide tells you how to run > > wsdl2java. > > > > Thank you, > > Dimuthu > > > > On Tue, 2008-07-01 at 14:18 +0530, Duseja, Sushil wrote: > >> Hello, > >> > >> > >> > >> Can anyone please let me know the procedure of calling web service - > >> returning an array/list of objects, without a client stub, using axis > >> 1.4? > >> > >> > >> > >> Thanks. > >> > >> > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
