<?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: Launch a job with .NET in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197242#M1069</link>
    <description>Ok I have installed Tomcat just to test, and I made my WAR file 
&lt;BR /&gt;WAR file's name : Talend 
&lt;BR /&gt;Job's name : demo 
&lt;BR /&gt;When I go on the url http://localhost:8080/Talend/services/demo?method=runJob 
&lt;BR /&gt;I get the following XML : 
&lt;BR /&gt;-- 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Envelope&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Body&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Fault&amp;gt; 
&lt;BR /&gt;&amp;lt;faultcode&amp;gt;ns1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver.NoService&amp;lt;/faultcode&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;faultstring&amp;gt; 
&lt;BR /&gt;The AXIS engine could not find a target service to invoke! targetService is demo 
&lt;BR /&gt;&amp;lt;/faultstring&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;detail&amp;gt; 
&lt;BR /&gt;&amp;lt;ns2:hostname&amp;gt;MATTHIEU-GARDE&amp;lt;/ns2:hostname&amp;gt; 
&lt;BR /&gt;&amp;lt;/detail&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Fault&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt; 
&lt;BR /&gt;-- 
&lt;BR /&gt;Seems like my web service is hiding 
&lt;BR /&gt;I found somewhere a guy who had the same problem, and he had been able to solve it by adding urn: to his url, like this : 
&lt;BR /&gt;http://localhost:8080/Talend/services/urn:demo?method=runJob 
&lt;BR /&gt;But it's not working for me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Some ideas ? 
&lt;BR /&gt;Thanks 
&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; 
&lt;BR /&gt; 
&lt;BR /&gt;PS : actually, I have the same problem than : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq9uCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Read-FDB-with-TOS/td-p/172527&lt;/A&gt;</description>
    <pubDate>Fri, 28 Mar 2008 13:14:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-28T13:14:13Z</dc:date>
    <item>
      <title>Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197239#M1066</link>
      <description>Dear all, 
&lt;BR /&gt;I'm using TOS in my company to do some ETL jobs, and i'ts working perfectly, well done 
&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 would now like to launch some jobs from a web page made in ASP .NET. I think a web service is the best way to do that, and TOS can export a project with a web service. 
&lt;BR /&gt;When I import the web reference generated by TOS with Visual Studio, the wsdl file is recognized, and VS is able to show the method's list... no problem. 
&lt;BR /&gt;BUT... impossible to find the reference from the code, I just can't find the object nor the methods... When I start a debug, the following error appears : 
&lt;BR /&gt;--- 
&lt;BR /&gt;Erreur 1 Impossible to import the link 'demoTalendPourProjetETLSoapBinding' from namespace ' 
&lt;A href="http://talend.org" target="_blank" rel="nofollow noopener noreferrer"&gt;http://talend.org&lt;/A&gt;'. App_WebReferences/talend/ 
&lt;BR /&gt;--- 
&lt;BR /&gt;What happens ? How can I launch Talend jobs with .NET ? 
&lt;BR /&gt;Thanks for your help</description>
      <pubDate>Sat, 16 Nov 2024 14:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197239#M1066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197240#M1067</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;BUT... impossible to find the reference from the code, I just can't find the object nor the methods... When I start a debug, the following error appears :&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Read this 1686. 
&lt;BR /&gt;There is method name: runJob in wsdl file: 
&lt;BR /&gt; &amp;lt;wsdl 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;peration name="runJob"&amp;gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 28 Mar 2008 07:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197240#M1067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-28T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197241#M1068</link>
      <description>Dear shong,
&lt;BR /&gt;Thank you for your reply
&lt;BR /&gt;I'm using ASP .NET, so my web server is IIS
&lt;BR /&gt;I have exported my job in Axis WebService (ZIP) (because WAR is not recognized), and put the extracted files in my WebSite's repository
&lt;BR /&gt;The file system is :
&lt;BR /&gt;-MyWebSite
&lt;BR /&gt; -Talend
&lt;BR /&gt; -WEB-INF
&lt;BR /&gt; -wsdl
&lt;BR /&gt; -myJob.wsdl
&lt;BR /&gt;So the url will begin by http://localhost:4985/WebSite1/Talend/
&lt;BR /&gt;But what do I have to type next ?
&lt;BR /&gt;Thanks for helping me
&lt;BR /&gt;Regards
&lt;BR /&gt;PS : TOS version : 2.3.1</description>
      <pubDate>Fri, 28 Mar 2008 09:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197241#M1068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-28T09:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197242#M1069</link>
      <description>Ok I have installed Tomcat just to test, and I made my WAR file 
&lt;BR /&gt;WAR file's name : Talend 
&lt;BR /&gt;Job's name : demo 
&lt;BR /&gt;When I go on the url http://localhost:8080/Talend/services/demo?method=runJob 
&lt;BR /&gt;I get the following XML : 
&lt;BR /&gt;-- 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Envelope&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Body&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;soapenv:Fault&amp;gt; 
&lt;BR /&gt;&amp;lt;faultcode&amp;gt;ns1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;erver.NoService&amp;lt;/faultcode&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;faultstring&amp;gt; 
&lt;BR /&gt;The AXIS engine could not find a target service to invoke! targetService is demo 
&lt;BR /&gt;&amp;lt;/faultstring&amp;gt; 
&lt;BR /&gt;? 
&lt;BR /&gt; &amp;lt;detail&amp;gt; 
&lt;BR /&gt;&amp;lt;ns2:hostname&amp;gt;MATTHIEU-GARDE&amp;lt;/ns2:hostname&amp;gt; 
&lt;BR /&gt;&amp;lt;/detail&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Fault&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt; 
&lt;BR /&gt;-- 
&lt;BR /&gt;Seems like my web service is hiding 
&lt;BR /&gt;I found somewhere a guy who had the same problem, and he had been able to solve it by adding urn: to his url, like this : 
&lt;BR /&gt;http://localhost:8080/Talend/services/urn:demo?method=runJob 
&lt;BR /&gt;But it's not working for me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Some ideas ? 
&lt;BR /&gt;Thanks 
&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; 
&lt;BR /&gt; 
&lt;BR /&gt;PS : actually, I have the same problem than : 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq9uCAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Read-FDB-with-TOS/td-p/172527&lt;/A&gt;</description>
      <pubDate>Fri, 28 Mar 2008 13:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197242#M1069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-28T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197243#M1070</link>
      <description>Hello everybody 
&lt;BR /&gt;Any idea on this monday morning ? 
&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;Please do not hesitate to tell me I my question is not precise enouth 
&lt;BR /&gt;My jdk is JDK 6 Update 5 with Java EE, shall I have an other one ? 
&lt;BR /&gt;On java.com download page, I have : 
&lt;BR /&gt;- JDK 6 Update 5 
&lt;BR /&gt;- JDK 6 Update 5 with Java EE 
&lt;BR /&gt;- JDK 6 Update 5 with NetBeans 6.0.1 
&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 31 Mar 2008 08:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197243#M1070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-31T08:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197244#M1071</link>
      <description>Hello maverick
&lt;BR /&gt;I have test it with the JDK (build 1.6.0_05-b13) and Tomcat (jakarta-tomcat-5.0.28.exe) on TOS (TOS-All-r11699-V2.3.1). It run nomally. I see your note on this topic (forum:10184), your can check the post screen there. And I want your provide more info to help us locate this problem.
&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 01 Apr 2008 13:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197244#M1071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-01T13:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Launch a job with .NET</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197245#M1072</link>
      <description>xtan, thank you very much for your support 
&lt;BR /&gt;I'm working on XP Pro SP2 
&lt;BR /&gt;JDK version : 1.6.0_05 
&lt;BR /&gt;Tomcat version : 5.0.28 (I had 6.0 before and thought the problem was coming from here... but now that I have the 5.0, the problem is still there !) 
&lt;BR /&gt;TOS version : 2.3.1.r11699 
&lt;BR /&gt;My wsdd directory is missing when Tomcat extracts the generated WAR file... I've never been able to make this run correctly 
&lt;BR /&gt;I join some screenshots for you 
&lt;BR /&gt;Thanks again 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBaN.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158255iC1814121171A8F6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBaN.jpg" alt="0683p000009MBaN.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 02 Apr 2008 12:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Launch-a-job-with-NET/m-p/2197245#M1072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-02T12:08:19Z</dc:date>
    </item>
  </channel>
</rss>

