Hi all I create a web service using stp jaxws project, and now, I want assembly these services as using sca components, I wondered if Tuscany supports jaxws service as its implementation. I am trying to create a sca component in composite file by following MikeEdwards's article in OSOA which url is http://www.osoa.org/display/Main/JAX-WS+Services+Integration.
<component name="GreeterComponment"> <tuscany: implementation.jaxws class=" org.apache.hellow_world_soap.GreeterImpl"/> </component> Does Tuscany know the tag "implementation.jaxws" Thanks Denny
