Hi guys,
Using the mediation view, with Talend 5.3.1, I have written a REST proxy service with only two compoments : a cHttp (in server mode to expose the service) and a cHttp (in client mode to consume the remote service). It works pretty good in the studio. But, I want to deploy it in my karaf server, I have problems.... My problems deal with the first component's endPoint. When I try "/foo" I can't see my WS in the list of the services (). When I put "" in the first component's endPoint I have a binding problem... My question is very simple : is it possible to expose a REST service in karaf using the cHttp component (not the cCXFFR...) ?
Best regards.
Hi, cHttp is used to provide HTTP-based endpoints for consuming and producing HTTP requests. cCXFRS is used to provide or consume REST-ful Web services.