Hi, Can you tell me how this wsc provides services? If you are using CXF to publish the service, you could use camel-cxf[1] endpoint in the route. If you are using axis, here is an example[2] that may help to you.
[1]http://activemq.apache.org/camel/cxf.html [2]http://activemq.apache.org/camel/tutorial-axis-camel.html Willem mta38 wrote: > 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 >
