Re: wsdl reference question

2008-05-01 Thread Simon Nash
/composite - Original Message From: Mike Edwards [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, April 30, 2008 4:41:26 AM Subject: Re: wsdl reference question Abraham Washington wrote: hi all, i have a service that has a reference to another service.� so, in my impl

Re: wsdl reference question

2008-04-30 Thread Mike Edwards
Abraham Washington wrote: hi all, i have a service that has a reference to another service.� so, in my impl class there's a setter method for the reference.�� when the app is deployed, the wsdl generates the setter method operation, thus making it available to be invoked (not a good thing).�

Re: wsdl reference question

2008-04-30 Thread Abraham Washington
=DivideServiceComponent implementation.java class=calculator.DivideServiceImpl/ /component /composite - Original Message From: Mike Edwards [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, April 30, 2008 4:41:26 AM Subject: Re: wsdl reference question Abraham Washington wrote: hi all, i

Re: wsdl reference question

2008-04-30 Thread Raymond Feng
-user@ws.apache.org Subject: Re: wsdl reference question sorry, should have included the code. this is just the calculator-ws-webapp composite (which is below). i added this code: service name=CalculatorService promote=CalculatorServiceComponentbinding.ws//service which exposes

wsdl reference question

2008-04-29 Thread Abraham Washington
hi all, i have a service that has a reference to another service.  so, in my impl class there's a setter method for the reference.   when the app is deployed, the wsdl generates the setter method operation, thus making it available to be invoked (not a good thing).  is there a way around this