Versions Compared

Key

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

...

Code Block
xml
xml
<parameter name="className" value="org.apache.camel.example.axis.AxisReportIncidentService"/>

Running the Example

Now we are ready to run our example for the first time, so we use Jetty as the quick web container using its maven command:

Code Block

mvn jetty:run

Then we can hit the webbrowser and enter this URL: http://localhost:8080/camel-example-axis/servicesImage Added and you should see the famous AXIS page with the text And now... Some Services.

Clicking on the .wsdl link shows the wsdl file, but what. It's an autogenerated one and not our original .wsdl file. So we need to fix this ASAP and this is done by configuring AXIS in the server-config.wsdd file:

Code Block
xml
xml