Versions Compared

Key

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

...

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

All that is required really is to point at the WSDL for the service and the client is automatically generated. The above assumes the WSDL has only a single port available; if a WSDL exposes multiple ports then you need to also supply the port QName.

Hosting a JAX-WS service inside ServiceMix

...