You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by forgiveness <pa...@hotmail.com> on 2007/11/08 16:06:37 UTC

where do i start with wsdl and axis2?

Hi

I'm new to web services and apache axis2. 
I have a wsdl file from a 3rd party, which i'm supposed to call it's
services to retrieve some reports, and i've installed apache axis2. 

now what do i do? sounding stupid here, but i really appreciate any simple
steps and guidance for me to get started. thank you.
-- 
View this message in context: http://www.nabble.com/where-do-i-start-with-wsdl-and-axis2--tf4771475.html#a13648709
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: where do i start with wsdl and axis2?

Posted by Rick Isaacs <re...@gmail.com>.
Hi

I just started with Axis2 and Upul's suggestion to read and try the
quickstart guide is a
good suggestion and it demonstrates all the tools and ways to build,
deploy and test
a web service. You will need to spend a few days working thru a few examples.

Rick





On Nov 9, 2007 8:04 AM, Amila Suriarachchi <am...@gmail.com> wrote:
> hi,
> since you have the wsdl you have to start with the contract first approach.
>
> here is a good link to[1] wsd2java tool.
>
> http://today.java.net/pub/a/today/2006/06/22/axis-2-generated-client-code.html
>
> thanks,
> Amila.
>
>
> On Nov 8, 2007 10:20 PM, Upul Godage <up...@gmail.com> wrote:
> > Reading and trying out the samples of Axis2 Quick Start Guide would be
> > a good starting point.  Given a WSDL, see how wsdl2java generate the
> > code and how it is being used.
> > http://ws.apache.org/axis2/1_3/quickstartguide.html
> >
> > Also you can browse the articles at http://wso2.org/library
> >
> > Upul
> >
> >
> >
> >
> > On Nov 8, 2007 8:36 PM, forgiveness <pa...@hotmail.com> wrote:
> > >
> > > Hi
> > >
> > > I'm new to web services and apache axis2.
> > > I have a wsdl file from a 3rd party, which i'm supposed to call it's
> > > services to retrieve some reports, and i've installed apache axis2.
> > >
> > > now what do i do? sounding stupid here, but i really appreciate any simple
> > > steps and guidance for me to get started. thank you.
> > > --
> > > View this message in context: http://www.nabble.com/where-do-i-start-with-wsdl-and-axis2--tf4771475.html#a13648709
> > > Sent from the Axis - User mailing list archive at Nabble.com.
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-user-help@ws.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
>
> --
> Amila Suriarachchi,
> WSO2 Inc.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: where do i start with wsdl and axis2?

Posted by Amila Suriarachchi <am...@gmail.com>.
hi,
since you have the wsdl you have to start with the contract first approach.

here is a good link to[1] wsd2java tool.

http://today.java.net/pub/a/today/2006/06/22/axis-2-generated-client-code.html

thanks,
Amila.

On Nov 8, 2007 10:20 PM, Upul Godage <up...@gmail.com> wrote:
> Reading and trying out the samples of Axis2 Quick Start Guide would be
> a good starting point.  Given a WSDL, see how wsdl2java generate the
> code and how it is being used.
> http://ws.apache.org/axis2/1_3/quickstartguide.html
>
> Also you can browse the articles at http://wso2.org/library
>
> Upul
>
>
>
>
> On Nov 8, 2007 8:36 PM, forgiveness <pa...@hotmail.com> wrote:
> >
> > Hi
> >
> > I'm new to web services and apache axis2.
> > I have a wsdl file from a 3rd party, which i'm supposed to call it's
> > services to retrieve some reports, and i've installed apache axis2.
> >
> > now what do i do? sounding stupid here, but i really appreciate any simple
> > steps and guidance for me to get started. thank you.
> > --
> > View this message in context: http://www.nabble.com/where-do-i-start-with-wsdl-and-axis2--tf4771475.html#a13648709
> > Sent from the Axis - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>



-- 
Amila Suriarachchi,
WSO2 Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: where do i start with wsdl and axis2?

Posted by Upul Godage <up...@gmail.com>.
Reading and trying out the samples of Axis2 Quick Start Guide would be
a good starting point.  Given a WSDL, see how wsdl2java generate the
code and how it is being used.
http://ws.apache.org/axis2/1_3/quickstartguide.html

Also you can browse the articles at http://wso2.org/library

Upul



On Nov 8, 2007 8:36 PM, forgiveness <pa...@hotmail.com> wrote:
>
> Hi
>
> I'm new to web services and apache axis2.
> I have a wsdl file from a 3rd party, which i'm supposed to call it's
> services to retrieve some reports, and i've installed apache axis2.
>
> now what do i do? sounding stupid here, but i really appreciate any simple
> steps and guidance for me to get started. thank you.
> --
> View this message in context: http://www.nabble.com/where-do-i-start-with-wsdl-and-axis2--tf4771475.html#a13648709
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org