Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Open Studio ESB - route

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.

0683p000009LyN2.png

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

0683p000009LyzY.png

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
Labels (2)
12 Replies
Anonymous
Not applicable
Author

Yes, 

 

Do you want me to send you the file?
Anonymous
Not applicable
Author

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, ....?

Anonymous
Not applicable
Author

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?