<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple endpoints in tESBRequest in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328147#M97454</link>
    <description>Hi Morgan, 
&lt;BR /&gt;I did not get the point about scalability. How does Camel route in Karaf scale better than Talend flow in Karaf, when we consider SOAP/HTTP web services? 
&lt;BR /&gt;In terms of custom components,&amp;nbsp;you can&amp;nbsp;always create a new Talend component, as well as a Camel one, even if Camel is probably easier. Non-reusable requirements&amp;nbsp;can&amp;nbsp;be addressed&amp;nbsp;by tJavaRow component easily, we have already done it. In addition, there is TalendForge Exchange where you can download 3rd party products as well. Also, Talend offers a number of adapters, such as to SAP, and those are missing in pure Camel. 
&lt;BR /&gt;You see we are not Camel fans, when it comes to more complex services, however, we recognize it as an efficient way of solving easy tasks. 
&lt;BR /&gt;@Talend support, back to the original question - is there a chance that tESBRequest would offer as much options and functionality as cCXF? 
&lt;BR /&gt;Michal</description>
    <pubDate>Wed, 19 Nov 2014 08:30:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-19T08:30:06Z</dc:date>
    <item>
      <title>Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328141#M97448</link>
      <description>Hi all, 
  &lt;BR /&gt;I am facing an issue with multiple web service endpoints of a web service. I have a web service with two bindings and I need to have two endpoints within one service. The sample bellow is very simplistic, however, we aim more sophisticated scenarios consisting of SOAP11 and SOAP12 bindings, HTTP and JMS bindings etc. 
  &lt;BR /&gt;... 
  &lt;BR /&gt;&amp;lt;wsdl:binding name="aaaBinding" type="tns:aaaPortType"&amp;gt; 
  &lt;BR /&gt;&amp;nbsp; &amp;lt;soap:binding transport="" style="document"/&amp;gt; 
  &lt;BR /&gt;&amp;nbsp; &amp;lt;wsdl 
  &lt;IMG alt="Smiley Surprised" title="Smiley Surprised" /&gt;peration name="aaaOperation"&amp;gt; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;soap 
  &lt;IMG alt="Smiley Surprised" title="Smiley Surprised" /&gt;peration soapAction=""/&amp;gt; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wsdl:input&amp;gt; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;soap:body use="literal"/&amp;gt; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/wsdl:input&amp;gt; 
  &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;wsdl 
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcow" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328141#M97448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328142#M97449</link>
      <description>Michal , 
&lt;BR /&gt;You schould use cCXF component of the ESB suite. 
&lt;BR /&gt;Much much much (and much) more powerfull then tESBrequest... 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=cCXF&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=cCXF&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;Have fun! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328142#M97449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-22T12:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328143#M97450</link>
      <description>Dear Morgan, 
&lt;BR /&gt;thanks for your response. Initially I was not too much happy about this solution, because we strongly prefer using Talend flows rather than Camel routes. But then we were facing other&amp;nbsp;challenges such as throttling and again cCXF this seems to be a more&amp;nbsp;flexible approach. 
&lt;BR /&gt;So there is a lot of space for improvements in order to make tESBRequest as&amp;nbsp;powerful as cCXF. 
&lt;BR /&gt;Michal</description>
      <pubDate>Fri, 24 Oct 2014 11:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328143#M97450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-24T11:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328144#M97451</link>
      <description>May I ask why you prefer Talend flows? instead of routes? You can call flows from a route..</description>
      <pubDate>Wed, 29 Oct 2014 09:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328144#M97451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-29T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328145#M97452</link>
      <description>&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Well, this could easily be a topic of a new thread, but anyway…&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;It is a matter of using right tools for right things. So, if the aim is to expose a web service on ESB using proxy pattern (no data mapping, no orchestration), or to route an async message from one queue to another, then a Camel route seems to be an optimal solution. However, if we want to create an orchestrated service on ESB, or map request and response message from the common integration data model to an application specific data model and back, then using a Talend flow seems to be more appropriate. This is especially true when the web service contains more operations.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Calibri"&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;You may argue that it is possible to call a Talend flow from a Camel route. But what is the benefit of creating a Camel-based web service wrapper, do a fork based on operation name and call Talend flows&amp;nbsp;from there, if you can create a Talend service directly?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="Calibri"&gt;Michal&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328145#M97452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-18T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328146#M97453</link>
      <description>Michal,&lt;BR /&gt;It's true that Camel is maybe not needed if only mapping is required but what about scalability?&lt;BR /&gt;If in the future you need to do other things then just map data? You could easily go ahead and expand the route because making it in a job you will be restricted to palette components.&lt;BR /&gt;But this stays your own choice.</description>
      <pubDate>Wed, 19 Nov 2014 07:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328146#M97453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T07:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328147#M97454</link>
      <description>Hi Morgan, 
&lt;BR /&gt;I did not get the point about scalability. How does Camel route in Karaf scale better than Talend flow in Karaf, when we consider SOAP/HTTP web services? 
&lt;BR /&gt;In terms of custom components,&amp;nbsp;you can&amp;nbsp;always create a new Talend component, as well as a Camel one, even if Camel is probably easier. Non-reusable requirements&amp;nbsp;can&amp;nbsp;be addressed&amp;nbsp;by tJavaRow component easily, we have already done it. In addition, there is TalendForge Exchange where you can download 3rd party products as well. Also, Talend offers a number of adapters, such as to SAP, and those are missing in pure Camel. 
&lt;BR /&gt;You see we are not Camel fans, when it comes to more complex services, however, we recognize it as an efficient way of solving easy tasks. 
&lt;BR /&gt;@Talend support, back to the original question - is there a chance that tESBRequest would offer as much options and functionality as cCXF? 
&lt;BR /&gt;Michal</description>
      <pubDate>Wed, 19 Nov 2014 08:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328147#M97454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple endpoints in tESBRequest</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328148#M97455</link>
      <description>Michal, 
&lt;BR /&gt;When I talk about scalability I talk about the design/dev phase , this has nothing to do with Karaf. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In terms of custom components,&amp;nbsp;you can&amp;nbsp;always create a new Talend component, as well as a Camel one, even if Camel is probably easier.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Easier, I hope you're talking abour calling an URI and not making a new component yourself in the Camel project because otherwise you don't know what you're talking about. 
&lt;BR /&gt;And sure everything can be done in Java (tJavaRow), since it's all Java.. 
&lt;BR /&gt;Btw I don't have any problem about you or your team not being Camel fans , you just miss something that's all 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Hope you will get another response from Talend! (Even if a month passed without any answer 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;)</description>
      <pubDate>Wed, 19 Nov 2014 11:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-endpoints-in-tESBRequest/m-p/2328148#M97455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-19T11:06:52Z</dc:date>
    </item>
  </channel>
</rss>

