<?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 create concrete WSDL with input and output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334166#M102852</link>
    <description>Hello, 
&lt;BR /&gt;I want to expose a webservice to a partner and this should be done via the WSDL of the webservice, but I got some issues with that. The WSDL created by TOS does not specify what kind of input is required and what the response will be. 
&lt;BR /&gt;I checked 
&lt;A href="http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice&lt;/A&gt; but this example does not use the WSDL to call the webservice, it uses the URL with some parameters. This is not how webservices should work. And If I look as the WSDL of this example is does not have any input or output defined and my webService testtool raises an alert because the result of the webService is not valid. 
&lt;BR /&gt;Any idea how to make a proper WSDL (with input and output defined) , which than could be tested for example in SoapUI. 
&lt;BR /&gt;Also, the soapbinding:address field in the WSDL is not the same as the URL to call the webService, any idea how to fix this? I found several threads in the Forum but non gave an answer. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Stefan</description>
    <pubDate>Sat, 16 Nov 2024 13:29:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:29:07Z</dc:date>
    <item>
      <title>create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334166#M102852</link>
      <description>Hello, 
&lt;BR /&gt;I want to expose a webservice to a partner and this should be done via the WSDL of the webservice, but I got some issues with that. The WSDL created by TOS does not specify what kind of input is required and what the response will be. 
&lt;BR /&gt;I checked 
&lt;A href="http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice&lt;/A&gt; but this example does not use the WSDL to call the webservice, it uses the URL with some parameters. This is not how webservices should work. And If I look as the WSDL of this example is does not have any input or output defined and my webService testtool raises an alert because the result of the webService is not valid. 
&lt;BR /&gt;Any idea how to make a proper WSDL (with input and output defined) , which than could be tested for example in SoapUI. 
&lt;BR /&gt;Also, the soapbinding:address field in the WSDL is not the same as the URL to call the webService, any idea how to fix this? I found several threads in the Forum but non gave an answer. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Stefan</description>
      <pubDate>Sat, 16 Nov 2024 13:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334166#M102852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334167#M102853</link>
      <description>hi, 
&lt;BR /&gt;when you export a job 
&lt;I&gt;like a web service&lt;/I&gt; you can access the wsdl file with url like : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;http://localhost:8080/ws01_0.1/services/ws01?wsdl&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If you want to use this web service, point your client soap to this description wsdl. 
&lt;BR /&gt;for example in php 
&lt;BR /&gt; 
&lt;PRE&gt;&amp;lt;?php&lt;BR /&gt;$wsdl="http://localhost:8080/ws01_0.1/services/ws01?wsdl";&lt;BR /&gt;$service = new soapClient($wsql); // with soap php extension&lt;BR /&gt;print_r($services-&amp;gt;__getFunctions  ()); // get function service can use&lt;BR /&gt;print_r($service -&amp;gt; runJob()); // to run default talend method&lt;BR /&gt;?&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;To have a more human readable wsdl file you also use the 
&lt;A href="http://tomi.vanek.sk/index.php?page=wsdl-viewer" target="_blank" rel="nofollow noopener noreferrer"&gt;xslt style sheett by vanek&lt;/A&gt;. 
&lt;BR /&gt;Save wsdl and add 
&lt;I&gt;&amp;lt;?xml-stylesheet type="text/xsl" href="wsdl-viewer.xsl"?&amp;gt;&lt;/I&gt; in the PI (process instruction) ! 
&lt;BR /&gt;Open the result with your favorite browser ... firefox, opera, chrome , safari 
&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;I'm also just start with Web service so perhaps it's not what you're looking for ...! 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt;edit: 
&lt;BR /&gt;you also add the 
&lt;I&gt;vanek xslt &lt;/I&gt; directly in your j2ee server : 
&lt;I&gt;apache-tomcat-6.0.26/webapps/ws01_0.1/wsdl after deployed war archive !&lt;BR /&gt;&lt;B&gt;@talend team&lt;/B&gt; : Is it possible to add ( feature) this option in the dialog box when export job in Talend ? a check button "generate html documentation" ??&lt;/I&gt;</description>
      <pubDate>Tue, 30 Mar 2010 12:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334167#M102853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334168#M102854</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for the input. this is not really what I am looking for. 
&lt;BR /&gt;Lets say you create a Axis export of your job. If you unzip the .war you will find a wsdl dir and inside this dir a wsdl file describing your job. 
&lt;BR /&gt;if you open this WSDL you will find a wsdlsoap:address in the there. The value for this is not identical to what the location of the webservice is when you deploy it. 
&lt;BR /&gt;In other words if you want to use this WSDL in, lets say SoapUI, it wont work as the endpoint is not right. 
&lt;BR /&gt;The second issue is, that the WSDL does not contain the correct definition for the input and also not for the reply. Therefore my partners are not able to develop against this WSDL in order to consume my webservice. So how can I create a proper WSDL or how can I define an input/ouptut to my job, so t hat the WSDL is created correctly. 
&lt;BR /&gt;Right now my WSDl contains an input args, but nowhere in the WSDL is defined what args should be. 
&lt;BR /&gt;lets assume i want have a webservice adding up 2 numbers. the Input for the WSDl should state 
&lt;BR /&gt;- numA 
&lt;BR /&gt;- numB 
&lt;BR /&gt;and the Output should state: 
&lt;BR /&gt;- sum 
&lt;BR /&gt;How can I get more than args and runjobReturn in my WSDL? 
&lt;BR /&gt;Stefan</description>
      <pubDate>Tue, 30 Mar 2010 12:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334168#M102854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T12:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334169#M102855</link>
      <description>Anybody any idea? &lt;BR /&gt;Is it only me who wants to get a wsdl containing well defined input and output?  &lt;BR /&gt;Please let me know if this is something unusual for Talend. &lt;BR /&gt;Also what are the usual ways for you guys to start a job? Is the webservice the default way? &lt;BR /&gt;Thanks, Stefan</description>
      <pubDate>Thu, 01 Apr 2010 13:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334169#M102855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-01T13:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334170#M102856</link>
      <description>Hello 
&lt;BR /&gt;The commercial verison 
&lt;A href="http://www.talend.com/products-data-integration/talend-integration-suite.php" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Integration Suite&lt;/A&gt; gives access to a Service Oriented Architecture 
&lt;BR /&gt;(SOA) manager. This SOA manager enables you to expose jobs accomplished in Talend 
&lt;BR /&gt;Integration Suite Studio in a Web service-centric environment and thus establish interoperability 
&lt;BR /&gt;across multiple applications and systems. When you deploy the soa service and add the operators, you can define the input parameters and output parameter type. (please see my screenshot) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 02 Apr 2010 07:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334170#M102856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-02T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334171#M102857</link>
      <description>ahhhh good to know. So what is the way to achieve some kind of integration with the free version? &lt;BR /&gt;Stefan</description>
      <pubDate>Fri, 02 Apr 2010 07:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334171#M102857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-02T07:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334172#M102858</link>
      <description>What version of TIS is this?  We are interested in using Talend to setup Web Services</description>
      <pubDate>Tue, 20 Apr 2010 19:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334172#M102858</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-04-20T19:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334173#M102859</link>
      <description>Hello 
&lt;BR /&gt;to slenke, SOA manager is only avaliable in TIS. 
&lt;BR /&gt;to Matthew Counts, I remember we add SOA manager since TIS3.0.0, the latest version is TIS4.0. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 21 Apr 2010 03:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334173#M102859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-21T03:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334174#M102860</link>
      <description>Shong, 
&lt;BR /&gt;According to Talend's Web Site 
&lt;A href="http://www.talend.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.talend.com&lt;/A&gt; and the "Data Integration Features Comparison Matrix". Under Deployment Facilities, it is possible to Expose a Job as a web service in all Talend products TOS and TIS. Is this not the case? 
&lt;BR /&gt;If the Matrix is accurate? What is the different between "Expose a Job as a web service" in the matrix, and what you stated earlier about using the SOA manager? 
&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 22 Apr 2010 13:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334174#M102860</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-04-22T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334175#M102861</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Thanks for the input. this is not really what I am looking for.&lt;BR /&gt;Lets say you create a Axis export of your job. If you unzip the .war you will find a wsdl dir and inside this dir a wsdl file describing your job. &lt;BR /&gt;if you open this WSDL you will find a wsdlsoap:address in the there. The value for this is not identical to what the location of the webservice is when you deploy it. &lt;BR /&gt;In other words if you want to use this WSDL in, lets say SoapUI, it wont work as the endpoint is not right. &lt;BR /&gt;The second issue is, that the WSDL does not contain the correct definition for the input and also not for the reply. Therefore my partners are not able to develop against this WSDL in order to consume my webservice. So how can I create a proper WSDL or how can I define an input/ouptut to my job, so t hat the WSDL is created correctly. &lt;BR /&gt;Right now my WSDl contains an input args, but nowhere in the WSDL is defined what args should be. &lt;BR /&gt;lets assume i want have a webservice adding up 2 numbers. the Input for the WSDl should state&lt;BR /&gt;- numA&lt;BR /&gt;- numB&lt;BR /&gt;and the Output should state:&lt;BR /&gt;- sum&lt;BR /&gt;How can I get more than args and runjobReturn in my WSDL?&lt;BR /&gt;Stefan&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I am also interested in this same capability and using Talend. The thread sort of ended without an 
&lt;BR /&gt;answer of how to support the feature if you are using the Community Version of Talend Open Studio. 
&lt;BR /&gt;I'm current running 4.0.2 
&lt;BR /&gt;Any help or other references are appreciated!</description>
      <pubDate>Mon, 09 Aug 2010 16:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334175#M102861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-09T16:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334176#M102862</link>
      <description>I have been trying to do this also, but required multiple return fields i.e. a set of address lines to load into a forms package. The package couldn't handle the array of strings, so I needed individual fields to be named. 
&lt;BR /&gt;I have been investigating the different types of return values from TIS, and I can see how a single return value can be achieved as shown in the thread, however I can't find any way to return multiple "named" values. 
&lt;BR /&gt;So to take slenke's example a step further, I'd like to return say the sum and the subtracted value. 
&lt;BR /&gt;So my returned soap message would contain two individual fields: 
&lt;BR /&gt;&amp;lt;sum&amp;gt;9&amp;lt;/sum&amp;gt; 
&lt;BR /&gt;&amp;lt;subtract&amp;gt;1&amp;lt;/subtract&amp;gt; 
&lt;BR /&gt;So what I would like to understand is, is there a way to convert a pre-defined schema into a wsdl with named fields or use a custom wsdl instead of the talend generated wsdl.</description>
      <pubDate>Sun, 10 Oct 2010 21:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334176#M102862</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-10-10T21:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334177#M102863</link>
      <description>I have the same problem as Rick. Is there going to be any solution in TIS 4.1?</description>
      <pubDate>Tue, 12 Oct 2010 09:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334177#M102863</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2010-10-12T09:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: create concrete WSDL with input and output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334178#M102864</link>
      <description>Hi &lt;BR /&gt;I am facing the similar problem and have posted my problem at the below thread:&lt;BR /&gt;&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=46950#p46950" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=46950#p46950&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;Z</description>
      <pubDate>Wed, 03 Nov 2010 05:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-concrete-WSDL-with-input-and-output/m-p/2334178#M102864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-03T05:49:38Z</dc:date>
    </item>
  </channel>
</rss>

