All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.ReadMe.md Maven / Gradle / Ivy

Go to download

Creates a new Camel example exposing a webservice to add or get Customers (backend is mocked in a bean)

There is a newer version: 1.2.0.Beta3
Show newest version
Camel WebService - Customers Example
====================================

To build this project use

    mvn install

To run this project use

    mvn camel:run

Then start SOAP UI client (http://www.soapui.org/) and create a new WebService project using wsdl address

    http://0.0.0.0:9191/camel-example/WebService?wsdl

Next test the 3 operations exposed by the WebService : getAllCustomers, getCustomerByName, SaveCustomer




© 2015 - 2025 Weber Informatics LLC | Privacy Policy