Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JBI binding for JAX-WS allows a the JAX-WS API to be used to invoke a web service from a JBI message. i.e. to use JAX-WS to act as a web service client. The following example shows how to configure a service as a JAX-WS client.

Wiki Markup
{snippet:id=cachejaxws|lang=xml|url=http://cvs.servicemix.codehaus.org/*checkout*/servicemix/components/jaxws/src/test/resources/org/servicemix/components/jaxws/example.xml?rev=HEAD}

Hosting a JAX-WS service inside ServiceMix

The other option is to host an actual Java and JAX-WS based web service implementation inside ServiceMix and expose it as an endpoint over one or more transport protocols.

TODO...