<?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 Exception in component tWebServiceInput_1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217620#M13143</link>
    <description>Have been trying to get the tWebServiceInput Scenario (given in the documentation ) working. 
&lt;BR /&gt;I get the error like this: 
&lt;BR /&gt;Starting job WebServiceExample at 09:59 05/02/2008. 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;java.io.IOException: Server returned HTTP response code: 407 for URL: 
&lt;A href="http://www.deeptraining.com/webservices/weather.asmx?WSDL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.deeptraining.com/webservices/weather.asmx?WSDL&lt;/A&gt; 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420) 
&lt;BR /&gt; at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482) 
&lt;BR /&gt; at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Job WebServiceExample ended at 09:59 05/02/2008. 
&lt;BR /&gt; 
&lt;BR /&gt;I first was getting a Connect time out error. So I did the following in the tJava to set the proxy authentication : 
&lt;BR /&gt;java.util.Properties systemSettings = System.getProperties(); 
&lt;BR /&gt;systemSettings.put("http.proxyHost", "proxy.xxx.com"); 
&lt;BR /&gt;systemSettings.put("http.proxyPort", "8080"); 
&lt;BR /&gt;System.setProperties(systemSettings); 
&lt;BR /&gt;String username = "xxx"; 
&lt;BR /&gt;String password = "yyy"; 
&lt;BR /&gt;// if authentification is needed : 
&lt;BR /&gt;System.setProperty ("http.proxyUserName",username); 
&lt;BR /&gt;System.setProperty ("http.proxyPassword",password); 
&lt;BR /&gt; 
&lt;BR /&gt;Any help in resolving this would be appreaciated. 
&lt;BR /&gt;I am able to access the URL: 
&lt;A href="http://www.deeptraining.com/webservices/weather.asmx?WSDL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.deeptraining.com/webservices/weather.asmx?WSDL&lt;/A&gt; with IE after giving my authentication for the proxy. 
&lt;BR /&gt;Can I get some help on this from anybody who has tried this out please? 
&lt;BR /&gt;I do not know how to get this working...</description>
    <pubDate>Sat, 16 Nov 2024 14:27:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:27:58Z</dc:date>
    <item>
      <title>Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217620#M13143</link>
      <description>Have been trying to get the tWebServiceInput Scenario (given in the documentation ) working. 
&lt;BR /&gt;I get the error like this: 
&lt;BR /&gt;Starting job WebServiceExample at 09:59 05/02/2008. 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;java.io.IOException: Server returned HTTP response code: 407 for URL: 
&lt;A href="http://www.deeptraining.com/webservices/weather.asmx?WSDL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.deeptraining.com/webservices/weather.asmx?WSDL&lt;/A&gt; 
&lt;BR /&gt; at sun.net. 
&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420) 
&lt;BR /&gt; at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482) 
&lt;BR /&gt; at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Job WebServiceExample ended at 09:59 05/02/2008. 
&lt;BR /&gt; 
&lt;BR /&gt;I first was getting a Connect time out error. So I did the following in the tJava to set the proxy authentication : 
&lt;BR /&gt;java.util.Properties systemSettings = System.getProperties(); 
&lt;BR /&gt;systemSettings.put("http.proxyHost", "proxy.xxx.com"); 
&lt;BR /&gt;systemSettings.put("http.proxyPort", "8080"); 
&lt;BR /&gt;System.setProperties(systemSettings); 
&lt;BR /&gt;String username = "xxx"; 
&lt;BR /&gt;String password = "yyy"; 
&lt;BR /&gt;// if authentification is needed : 
&lt;BR /&gt;System.setProperty ("http.proxyUserName",username); 
&lt;BR /&gt;System.setProperty ("http.proxyPassword",password); 
&lt;BR /&gt; 
&lt;BR /&gt;Any help in resolving this would be appreaciated. 
&lt;BR /&gt;I am able to access the URL: 
&lt;A href="http://www.deeptraining.com/webservices/weather.asmx?WSDL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.deeptraining.com/webservices/weather.asmx?WSDL&lt;/A&gt; with IE after giving my authentication for the proxy. 
&lt;BR /&gt;Can I get some help on this from anybody who has tried this out please? 
&lt;BR /&gt;I do not know how to get this working...</description>
      <pubDate>Sat, 16 Nov 2024 14:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217620#M13143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217621#M13144</link>
      <description>Has anybody faced this same problem? Please help</description>
      <pubDate>Thu, 07 Feb 2008 03:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217621#M13144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-07T03:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217622#M13145</link>
      <description>Hello, 
&lt;BR /&gt;Since 2.3.0, we have added a new option in tWebServiceInput to allow proxy configuration directly in the components.
&lt;BR /&gt;HTH,</description>
      <pubDate>Thu, 07 Feb 2008 22:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217622#M13145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-07T22:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217623#M13146</link>
      <description>I still do not understand where to correct my code. Can anybody post a simple working example with the properties to be set exactly (with proxy handled). Thanks,</description>
      <pubDate>Mon, 11 Feb 2008 06:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217623#M13146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-11T06:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217624#M13147</link>
      <description>Please can anybody give me a pointer to this? An Example which is working with proxy settings done?</description>
      <pubDate>Tue, 12 Feb 2008 06:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217624#M13147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-12T06:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217625#M13148</link>
      <description>Hi 
&lt;BR /&gt;As Mhirt said, since 2.3.0, we have added a new option in tWebServiceInput to allow proxy configuration directly in the components. 
&lt;BR /&gt;Here is a simple example, see the screenshots. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 13 Feb 2008 05:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217625#M13148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-13T05:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217626#M13149</link>
      <description>I downloaded the 2.3 version and tried the same example with the proxy host, proxy port , proxy user and proxy password set. But I get the connection timed out error still. 
&lt;BR /&gt;What is the wrong thing that I am doing here? 
&lt;BR /&gt;tarting job testingwebservice at 14:48 19/02/2008. 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;java.net.ConnectException: Connection timed out: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at sun.net.NetworkClient.doConnect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.New(Unknown Source) 
&lt;BR /&gt; at sun.net.www.http.HttpClient.New(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) 
&lt;BR /&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) 
&lt;BR /&gt; at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369) 
&lt;BR /&gt; at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420) 
&lt;BR /&gt; at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482) 
&lt;BR /&gt; at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Job testingwebservice ended at 14:49 19/02/2008.</description>
      <pubDate>Tue, 19 Feb 2008 09:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217626#M13149</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-02-19T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tWebServiceInput_1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217627#M13150</link>
      <description>HI RANI&lt;BR /&gt;I don't know how to display screenshots here, if you want,  give me your email and I will send you an example illustrating the use of  tWebServiceInput with proxy configuration&lt;BR /&gt;Good luck</description>
      <pubDate>Tue, 26 Feb 2008 13:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tWebServiceInput-1/m-p/2217627#M13150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-26T13:41:13Z</dc:date>
    </item>
  </channel>
</rss>

