0 Replies Latest reply on Mar 5, 2010 5:52 AM by tde

    Invoking CXFBC provider from Camel

    tde

      Hi,

       

      I'm trying to invoke an external webservice from Camel (in Spring DSL) in FUSE ESB 4.2.

      As i got problems using one of our existing webservices, I tried to use the provided  cxf-wsdl-first-osgi-package example, but couldn't get to configure a simple route, which would get an XML file from a file repository and forward it to the CXFBC.

       

      The file present in the file repository looks like the following:

       

       

       

      My camel-context inside the camel bundle look like this:

       

      -


      (...)

       

      (...)

      -


       

      Has anyone a working example of invoking an existing webservice in a Camel route (even whether using a cxfbc provider or not)?