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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

using swagger with rest ws

Hi all, 
I want to use swagger with my Rest web services in talend. However I couldn't find any docs that describe how can that be done. 
Thank you
Regards
Labels (3)
5 Replies
Anonymous
Not applicable
Author

What in particular are you trying to do?  Are you using the tREST component or what specific Talend component do you have a question on?
Anonymous
Not applicable
Author

hi all,
As far as I know Swagger is to test & doc your 'endpoint'.
Talend is there to deploy application as web service or use existing end point.
What is your goal when you talk about swagger with tRest ?
regards
laurent
Anonymous
Not applicable
Author

Well to me the question is if there is Swagger UI available to be used with Talend ESB as REST API testing interface for example.
I found here some article from Talend about bringing Swagger into CFX, etc., but it is also not clear what is and what is not available.
Anonymous
Not applicable
Author

Well to me the question is if there is Swagger UI available to be used with Talend ESB as REST API testing interface for example.
I found here some article from Talend about bringing Swagger into CFX, etc., but it is also not clear what is and what is not available.

I would love to see how this is done as well. My goals is to create rREST endpoint in Talend as OSGi bundles in the Runtime container and integrate them with Swagger.
Anonymous
Not applicable
Author

Well to me the question is if there is Swagger UI available to be used with Talend ESB as REST API testing interface for example.
I found here some article from Talend about bringing Swagger into CFX, etc., but it is also not clear what is and what is not available.

It looks like TOSESB 6.4 (Milestone) has the Swagger feature for tRESTRequest.
see: http://www.audaxis.com/blog/talend-et-swagger/
I downloaded 6.4 and tried it out and it works well. Of course you will need to run the OSGi bundle in a 6.4 runtime container.