The other way is to follow the SCA programming model and define a reference to your service. The helloworld-ws-service and helloworld-ws-reference samples does exactly what you want to do.
On Wed, Jul 9, 2008 at 5:27 AM, Abraham Washington <[EMAIL PROTECTED]> wrote: > sorry, should have been more clear. i have a composite, bundled within a > war. on the composite is a service with ws binding. it's running on a > linux vm within tomcat. i'd like to instantiate the service from another > web app, running on a separate instance of tomcat (a separate vm). i could > just generate the stubs for the wsdl from the service, but was wondering if > there was another way... > > > > hope this explanation helps, abe > > ----- Original Message ---- > From: Luciano Resende <[EMAIL PROTECTED]> > To: [email protected] > Sent: Tuesday, July 8, 2008 9:03:36 PM > Subject: Re: instantiate composite on separate vms > > What is your application scenario ? What are you trying to accomplish > when you say "you want to instantiate a composite from a different vm" > ? > > On Tue, Jul 8, 2008 at 7:52 PM, Abraham Washington <[EMAIL PROTECTED]> > wrote: >> hi all, anyone have a pointer on this ? not sure how this is done. >> >> thanks abe >> >> ----- Original Message ---- >> From: Abraham Washington <[EMAIL PROTECTED]> >> To: [email protected] >> Sent: Wednesday, July 2, 2008 9:25:37 PM >> Subject: instantiate composite on separate vms >> >> hi, >> >> i have a war deployed within tomcat. i'd like to know how i can >> instantiate the composite from a client running on a separate machine (a >> separate vm). >> >> thanks abe >> >> >> > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende > http://lresende.blogspot.com/ > > -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/
