archetype-resources.ReadMe.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karaf-camel-webservice-archetype
Show all versions of karaf-camel-webservice-archetype
Creates a new Camel example exposing a webservice to add or get Customers (backend is mocked in a bean)
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