Hi all,
I have some question with Camel behind a Web Service and would like to have
other point of view.
The problem is the following.
I have a Web service and I want that this web service send request to a
camel route.
For example, if wsc is my web service, I would like to create a route like
(for example),

<route>
        <from "wsc" >
        <to uri=file://test>
</route>

wsc already exist, and I think, that we must add some method to web service
to redirect the receiving web service request to camel.
Is there a better way to do this?  What am I doing wrong? :confused:
Regards, 
Mta38

-- 
View this message in context: 
http://www.nabble.com/Camel-behind-a-web-service-tp20955308s22882p20955308.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to