Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Web services with ServiceMix and CXF

This tutorial teaches you excerptINLINE

how you can use the CXF components for building a new web service in ServiceMix.

Goals of the document

This tutorial shows you how to create a new web service using the servicemix-cxf-se JBI component. You will also learn how to expose this web service to the outside world over HTTP/SOAP with the servicemix-cxf-bc. The web service we will create is a very simple greeter application: if a client sends a user name in the request, the service will respond with a friendly greeting message.

...

  • be able to use ServiceMix (start/stop the container, deploy service assemblies, ...) (→ tutorial 1)
  • know how to use the Maven archetypes and JBI plugin to build and deploy your projects (→ tutorial 2)
  • know how to develop Java classes and build them using Maven
  • have a basic knowledge about web services (e.g. WSDL, SOAP, ...)

Contents

...

...

...

Start this tutorial

...



...