Look at this guide [1], this should give you a simple example about creating the composite file.
As for accessing the service exposed as web services, you could : - use a regular webservice client - use sca programming model and use a reference to the remote service [1] http://tuscany.apache.org/build-your-first-web-services-with-tuscany.html On Wed, Jul 2, 2008 at 1:19 AM, Adriana Verdejo <[EMAIL PROTECTED]> wrote: > Dear all > > I am new using Tuscany. I would like to provide a remotable service in the > Java language and publish it to remote clients over SOAP. I have the code > ready, with my interfaces and implementations and I would like to > use SCA for providing the service. > > I have added the correspondent annotations (@Remotable in the interfaces and > @Service in the implementations), I underdstand I have to > also generate the .composite file but from different sources/samples I have > seen I should generate a .module file or a .composite file. Which is right? > And where should it be located? > > How do I know all is right? > > Finally, how I should use my service from a non SCA client? > > Thanks in advance and best regards, > > Adriana -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/
