Hi!

I would like to create and host a Web Service in ServiceMix and was thinking of trying to use the JAX-WS
component.

On http://www.servicemix.org/JAX+WS there is an example.
But I cant find jaxws or JAXWSInBinding.

From the example:
-----
<component id="addNumbersService" service="foo:AddNumbersService"
          class="org.servicemix.components.jaxws.JAXWSInBinding">
 <property name="implementor">
   <bean class="org.servicemix.components.jaxws.AddNumbersImpl" />
 </property>
</component>
----

Questions:
Is jaxws included?

Any tip/recommendation when creating a web service in ServiceMix?


Thanks in advance,
Mike

_________________________________________________________________
Hitta rätt på nätet med MSN Search http://search.msn.se/

Reply via email to