On Wed, Aug 22, 2012 at 3:42 AM, binhnt22 <[email protected]> wrote: > > Thank you very much for your support. > > I did resolve this problem by removing binding.ws in each SCA service > after looking into Tuscany SCA source code. > > The speed was incredible fast much more than I expected. > > However, how can I expose web service for BPM use but SCA services still > call each other by normal call (direct call) > > Best regards >
You can make the internal/local components to use the default <binding.sca> instead of <binding.ws>. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
