<?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: [resolved] ZipException by tWebService in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343283#M111058</link>
    <description>Hi,
&lt;BR /&gt;Solved this error by reinstalling Talend under C: drive.
&lt;BR /&gt;Best regards, MayT.</description>
    <pubDate>Fri, 12 Jun 2015 06:11:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-12T06:11:14Z</dc:date>
    <item>
      <title>[resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343279#M111054</link>
      <description>Hi, 
&lt;BR /&gt;When I running my job, this error occurs. 
&lt;BR /&gt;I can't understand why. This error only occurs when using tWebService component. When I used tSOAP, it can run perfactly. 
&lt;BR /&gt;How can I solve this error? 
&lt;BR /&gt; connecting to socket on port 3602 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tWebService_1 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file 
&lt;BR /&gt;at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:365) 
&lt;BR /&gt;at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:144) 
&lt;BR /&gt;at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:135) 
&lt;BR /&gt;at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:236) 
&lt;BR /&gt;at mtso.civ_webservice_search_0_1.CIV_WebService_Search.tFileInputDelimited_1Process(CIV_WebService_Search.java:1284) 
&lt;BR /&gt;at mtso.civ_webservice_search_0_1.CIV_WebService_Search.runJobInTOS(CIV_WebService_Search.java:1787) 
&lt;BR /&gt;at mtso.civ_webservice_search_0_1.CIV_WebService_Search.main(CIV_WebService_Search.java:1646) 
&lt;BR /&gt;Caused by: java.util.zip.ZipException: error in opening zip file 
&lt;BR /&gt;at java.util.zip.ZipFile.open(Native Method) 
&lt;BR /&gt;at java.util.zip.ZipFile.&amp;lt;init&amp;gt;(ZipFile.java:215) 
&lt;BR /&gt;at java.util.zip.ZipFile.&amp;lt;init&amp;gt;(ZipFile.java:145) 
&lt;BR /&gt;at java.util.jar.JarFile.&amp;lt;init&amp;gt;(JarFile.java:154) 
&lt;BR /&gt;at java.util.jar.JarFile.&amp;lt;init&amp;gt;(JarFile.java:118) 
&lt;BR /&gt;at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.addClasspathFromManifest(DynamicClientFactory.java:618) 
&lt;BR /&gt;at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.setupClasspath(DynamicClientFactory.java:684) 
&lt;BR /&gt;at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:363) 
&lt;BR /&gt;... 6 more 
&lt;BR /&gt;Job CIV_WebService_Search ended at 15:15 04/06/2015. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/204153/none.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDsC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133865i9CE203314665359B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDsC.png" alt="0683p000009MDsC.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Regards, MayT.</description>
      <pubDate>Thu, 04 Jun 2015 07:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343279#M111054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-04T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343280#M111055</link>
      <description>Hi,&lt;BR /&gt;What's your code in tjava? Usually the tJava has no input or output data flow and is used as a separate subjob. Have you tried to use tjavaRow instead?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 04 Jun 2015 10:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343280#M111055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-04T10:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343281#M111056</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I used tJavaRow and it still have the same error.
&lt;BR /&gt;My code is like this.
&lt;BR /&gt;String[] s=new String ;
&lt;BR /&gt;s=row1.newColumn;
&lt;BR /&gt;s=row1.newColumn1;
&lt;BR /&gt;s=row1.newColumn2;
&lt;BR /&gt;s=row1.newColumn3;
&lt;BR /&gt;s=row1.newColumn4;
&lt;BR /&gt;globalMap.put("array",s);
&lt;BR /&gt;Best regards, MayT.</description>
      <pubDate>Thu, 04 Jun 2015 11:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343281#M111056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-04T11:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343282#M111057</link>
      <description>Hi,&lt;BR /&gt;I don't use tJava and create simple job with tFileInputDelimited,tWebService and tLogRow.&lt;BR /&gt;Error is the same and it can't solved until now.&lt;BR /&gt;Is there any advice please.&lt;BR /&gt;Best regards, MayT.</description>
      <pubDate>Wed, 10 Jun 2015 09:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343282#M111057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-10T09:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343283#M111058</link>
      <description>Hi,
&lt;BR /&gt;Solved this error by reinstalling Talend under C: drive.
&lt;BR /&gt;Best regards, MayT.</description>
      <pubDate>Fri, 12 Jun 2015 06:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343283#M111058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-12T06:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] ZipException by tWebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343284#M111059</link>
      <description>Hi I'm getting the following error when am running the simple job.....twebserviceInput---main--tlogrow. 
&lt;BR /&gt;Exception in component tWebServiceInput_2 
&lt;BR /&gt;java.lang.RuntimeException: not know how to convert 'literal' into org.apache.axis.client.Call@15e2075 
&lt;BR /&gt;at org.talend.DynamicInvoker.getParamData(DynamicInvoker.java:371) 
&lt;BR /&gt;at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:329) 
&lt;BR /&gt;at org.talend.DynamicInvoker.main(DynamicInvoker.java:190) 
&lt;BR /&gt;at org.talend.DynamicInvoker.main(DynamicInvoker.java:131) 
&lt;BR /&gt;at demo.ws_0_1.ws.tWebServiceInput_2Process(ws.java:580) 
&lt;BR /&gt;at demo.ws_0_1.ws.runJobInTOS(ws.java:992) 
&lt;BR /&gt;at demo.ws_0_1.ws.main(ws.java:857) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 23 Jun 2015 14:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-ZipException-by-tWebService/m-p/2343284#M111059</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-06-23T14:49:51Z</dc:date>
    </item>
  </channel>
</rss>

