On Thu, Nov 6, 2008 at 6:51 AM, Marco Piccinni <[EMAIL PROTECTED]> wrote: > Hi, > I'm interested to the first option, there already is some tutorial on the web > to explain how to reach my purpose? > > I made a research on the net and I found lot of tecnologies that confuse me a > lot! What it would be a typical guide-line to follow? >
I guess you are starting to learn one of the purpose of SCA ==> Simplicity. > I've e never cosumed a web sercive in general, so be quite accurate please! > You could probably get started with some of the tools available in eclipse that would help you generate a client proxy [1]. Maybe others on the community is aware of a good plain web services tutorial. [1] http://www.eclipse.org/webtools/jst/components/ws/M3/tutorials/WebServiceClient.html > thank you all again > Marco > > > > > > ---------- Initial Header ----------- > > From : "Luciano Resende" [EMAIL PROTECTED] > To : [email protected] > Cc : > Date : Thu, 6 Nov 2008 06:37:06 -0800 > Subject : Re: consume web service throught a web application > > > > > > > >> There is two ways you can approach this, >> >> 1.If you are developing a client application that is not SCA aware, >> you can treat helloworld web service as any other web service and the >> regular ways to access the web service would apply. You still can use >> URI?wsdl and have Tuscany runtime generate the wsdl for you in this >> case. >> >> 2.If you are developing an SCA client application, you could follow >> what we have in the calculator-ws-webapp [1], and you would define an >> SCA Reference to your service. >> >> [1] >> https://svn.apache.org/repos/asf/tuscany/java/sca/samples/calculator-ws-webapp/ >> >> On Thu, Nov 6, 2008 at 6:28 AM, Marco Piccinni <[EMAIL PROTECTED]> wrote: >> > Hi all, >> > >> > I'm new in web service world and I'm trying (just to understand how it >> > works) to realize a web application (possibly in java) to consume >> > helloworld web service. What I would like to do is to realize this web >> > application directly from the wsdl generated by this web service. What's >> > the best way to proceed? >> > >> > thanks to all >> > >> > Marco Piccinni >> > >> > >> >> >> >> -- >> Luciano Resende >> Apache Tuscany, Apache PhotArk >> http://people.apache.org/~lresende >> http://lresende.blogspot.com/ >> > > -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
