Versions Compared

Key

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

...

The deployment output shows that Jetty was started on port 8192. If you now point your browser at http://localhost:8192, you'll get a list of services that are available. If you click on the link for PersonService, you get the WSDL for that service. ServiceMix exposes the service as a web service, but doesn't automatically provided you with a more human-friendly web user interface.

To make it easier to test this web service, there is an HTML file available in the distribution (<servicemix_home>/examples/wsdl-first/client.html). If you open this page in your browser, you can send see the SOAP request , shown on the left side, by . By pressing the Send button, this SOAP message will be sent to the web service that you have just installed. The response will be shown on the right side.

...