<?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: AXIS Webservice - How to export RESTful Webservice from TOS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337824#M106125</link>
    <description>Hello, 
&lt;BR /&gt;First, Talend use Axis1, so don't look for Axis2 feature. 
&lt;BR /&gt;But, if that's what u need, Talend webservices are already callable via just HTTP GET : 
&lt;BR /&gt;http://localhost:8080/hello_0.1/services/hello?method=runJob&amp;amp;arg1=--context_param%20lastname=legall&amp;amp;arg2=--context_param%20nb_line=2 
&lt;BR /&gt;see 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpzVCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Find-userfriendly-solution-to-launch-enter-parameters-in/td-p/171317&lt;/A&gt; 
&lt;BR /&gt;I doubt u can call, a talend job exported as webservice, a Restfull webservice. 
&lt;BR /&gt;Because there is no concept of ressource, states and u can't transition between thoses states with HTTP calls (GET, POST, PUT &amp;amp; DELETE).</description>
    <pubDate>Thu, 15 Oct 2009 11:16:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-15T11:16:59Z</dc:date>
    <item>
      <title>AXIS Webservice - How to export RESTful Webservice from TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337823#M106124</link>
      <description>Hi 
&lt;BR /&gt;I have written a job which I want to export as REST (i.e. not SOAP) based Webservice. How to do this in TALEND as TALEND generates SOAP based Webservices?
&lt;BR /&gt; I looked in the documentation ( 
&lt;A href="http://ws.apache.org/axis2/0_94/rest-ws.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://ws.apache.org/axis2/0_94/rest-ws.html&lt;/A&gt; ) from Apache axis and there is a way to enable RESTful Webservice - It can be enabled in the Server/Client side by adding the following line to the axis2.xml file.
&lt;BR /&gt;&amp;lt; parameter name="enableREST" locked="false" &amp;gt; true &amp;lt;/parameter&amp;gt;
&lt;BR /&gt;However when I looked at the generated code from TALEND WAR file, I could not find any axis2.xml ?
&lt;BR /&gt;Can you please tell me how to export or enable RESTful Webservice by using TOS ?
&lt;BR /&gt;I appreciate your help.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Z</description>
      <pubDate>Sat, 16 Nov 2024 13:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337823#M106124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: AXIS Webservice - How to export RESTful Webservice from TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337824#M106125</link>
      <description>Hello, 
&lt;BR /&gt;First, Talend use Axis1, so don't look for Axis2 feature. 
&lt;BR /&gt;But, if that's what u need, Talend webservices are already callable via just HTTP GET : 
&lt;BR /&gt;http://localhost:8080/hello_0.1/services/hello?method=runJob&amp;amp;arg1=--context_param%20lastname=legall&amp;amp;arg2=--context_param%20nb_line=2 
&lt;BR /&gt;see 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCpzVCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Find-userfriendly-solution-to-launch-enter-parameters-in/td-p/171317&lt;/A&gt; 
&lt;BR /&gt;I doubt u can call, a talend job exported as webservice, a Restfull webservice. 
&lt;BR /&gt;Because there is no concept of ressource, states and u can't transition between thoses states with HTTP calls (GET, POST, PUT &amp;amp; DELETE).</description>
      <pubDate>Thu, 15 Oct 2009 11:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337824#M106125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T11:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: AXIS Webservice - How to export RESTful Webservice from TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337825#M106126</link>
      <description>Hi 
&lt;BR /&gt;Does TALEND team plans to implement RESTfull Webservice implementation in future ? 
&lt;BR /&gt;We already have a reference implementation of RESTfull Webservices using Jersey (https://jersey.dev.java.net ). Similar to Apache axis, TALEND can provide an option to export jobs as Restfull Webservices which are more scalable and efficient than axis2 (SOAP) webservices. 
&lt;BR /&gt;Adding this feature will certainly add more value to TALEND and will increase it's Web 2.0 adaptability in enterprise applications. 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Z</description>
      <pubDate>Thu, 15 Oct 2009 19:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337825#M106126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-15T19:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: AXIS Webservice - How to export RESTful Webservice from TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337826#M106127</link>
      <description>Hello zguptn 
&lt;BR /&gt;Thanks for your infomation, can you report a new feature on our bugtracker? 
&lt;BR /&gt;Thanks again!! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 16 Oct 2009 08:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337826#M106127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-16T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: AXIS Webservice - How to export RESTful Webservice from TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337827#M106128</link>
      <description>I have submitted the feature request to TALEND Team at: &lt;A href="http://www.talendforge.org/bugs/view.php?id=9673" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=9673&lt;/A&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Z</description>
      <pubDate>Sat, 17 Oct 2009 16:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/AXIS-Webservice-How-to-export-RESTful-Webservice-from-TOS/m-p/2337827#M106128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-17T16:24:17Z</dc:date>
    </item>
  </channel>
</rss>

