Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I can not launch my way to perform a test, I explain the context:
In order to understand ESB, I do some tests on Talend Open Studio for ESB.
On our ESB, we connected a database, and two applications. The first application is a thin client that sends requests to retrieve an attribute of the object stored in the database. Application 2 is a heavy client that retrieves an attribute set from the object.
A web service has been developed to answer the request of the application 1.

I tried to develop a route on Talend. It runs from an http request.

Nevertheless, the route does not run, I have an error with a cxf component. I can not install them, have you ever encountered this problem? Thank you for your help,
Mathieu
Yes,
I do not understand why the address of the web service takes a cxf attribute?
the cSOAP is of the cxf type? You have to install a jar, ....?
It is using the Apache Camel CXF component. Take a look at this....
http://camel.apache.org/cxf.html
Apache Camel is the basis of the ESB product. Most (if not all) of the components are simply wrappers around Apache Camel components. Unfortunately I cannot try this out at the moment as I am not running the ESB product on the machine I am working on.
This may also give you a bit more of an insight into this....
http://people.apache.org/~dkulp/camel/cxf-example.html
What version of Talend are using? Are you using 7.01? If so, there *may* be a problem here. The endpoint being created does not look like what I would expect having read the documentation. @shong can you shed any light on this?