I want to create cxf webservice and add Camel to transfer received request somewhere else.
And i have question:
If i will use camel-cxf component and configure there webserwice, after deploy camel will send informations to cxf and cxf will create webserwice based on receive configuration ?
Is it works like this ?
Or i need to create webservice in cxf, and additional add configuration in camel, where i will configure webserwice url, and after deploy camel will connect to cxf and will be able to receive request and pass it somewhere else ?
Thanks