<?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: Http Get Method for xml into oracle database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223055#M16415</link>
    <description>Can you please export the job and it's related items and send the zip file to me so I can import it and test it out here? To do this, just click on the job in the repository window, right mouse click and select "Export items". This will create an archive file that you can email to me. Please be sure to include all related items.</description>
    <pubDate>Mon, 23 May 2011 15:27:22 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-05-23T15:27:22Z</dc:date>
    <item>
      <title>Http Get Method for xml into oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223052#M16412</link>
      <description>Here is our Scenario : 
&lt;BR /&gt;1) Dowload the xml file using get method from a internet website ( 
&lt;A href="http://seeclickfix.com/api/issues.xml?at=baltimore,+MD" target="_blank" rel="nofollow noopener noreferrer"&gt;http://seeclickfix.com/api/issues.xml?at=baltimore,+MD&lt;/A&gt;) 
&lt;BR /&gt;2) Extract the xml file fields and Map the columns to a table in salesforce 
&lt;BR /&gt;3) Load the data into the salesforce table. 
&lt;BR /&gt;We are first trying to load the XML data into one of our oracle database before attempting to load into salesforce table. But this one is failing with following error message. 
&lt;BR /&gt;I have attached the document and xml files for the job 
&lt;BR /&gt;******************************************************* 
&lt;BR /&gt;Starting job http_get_xml at 09:16 19/05/2011. 
&lt;BR /&gt; connecting to socket on port 3449 
&lt;BR /&gt; connected 
&lt;BR /&gt;May 19, 2011 9:16:57 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect 
&lt;BR /&gt;May 19, 2011 9:16:57 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;May 19, 2011 9:16:58 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect 
&lt;BR /&gt;May 19, 2011 9:16:58 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;May 19, 2011 9:16:59 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect 
&lt;BR /&gt;May 19, 2011 9:16:59 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry 
&lt;BR /&gt;INFO: Retrying request 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.net.ConnectException: Connection refused: 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.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:139) 
&lt;BR /&gt; at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:124) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt; at sandbox_smunirathinam_project.http_get_xml_0_1.http_get_xml.tFileFetch_1Process(http_get_xml.java:402) 
&lt;BR /&gt; at sandbox_smunirathinam_project.http_get_xml_0_1.http_get_xml.tSetProxy_1Process(http_get_xml.java:327) 
&lt;BR /&gt; at sandbox_smunirathinam_project.http_get_xml_0_1.http_get_xml.runJobInTOS(http_get_xml.java:2684) 
&lt;BR /&gt; at sandbox_smunirathinam_project.http_get_xml_0_1.http_get_xml.main(http_get_xml.java:2555) 
&lt;BR /&gt;Job http_get_xml ended at 09:17 19/05/2011.</description>
      <pubDate>Sat, 16 Nov 2024 12:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223052#M16412</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2024-11-16T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Http Get Method for xml into oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223053#M16413</link>
      <description>Hi 
&lt;BR /&gt;The problem is that you can't connect to your website, it is failed to create the server socket. Please check your network settings and permission. Test to open the file 
&lt;A href="http://seeclickfix.com/api/issues.xml?at=baltimore,+MD" rel="nofollow noopener noreferrer"&gt;http://seeclickfix.com/api/issues.xml?at=baltimore,+MD&lt;/A&gt; in browser. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 23 May 2011 07:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223053#M16413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-23T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Http Get Method for xml into oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223054#M16414</link>
      <description>Yes I am able to open the URL from the browser and able to see the xml file. In fact I was able to successfully complete this scenario using Jitterbit DI software, we were evaluating the same scenario in Talend.</description>
      <pubDate>Mon, 23 May 2011 13:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223054#M16414</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2011-05-23T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Http Get Method for xml into oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223055#M16415</link>
      <description>Can you please export the job and it's related items and send the zip file to me so I can import it and test it out here? To do this, just click on the job in the repository window, right mouse click and select "Export items". This will create an archive file that you can email to me. Please be sure to include all related items.</description>
      <pubDate>Mon, 23 May 2011 15:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223055#M16415</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-23T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Http Get Method for xml into oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223056#M16416</link>
      <description>Thanks Terry, I just sent the job export to your email</description>
      <pubDate>Mon, 23 May 2011 15:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Http-Get-Method-for-xml-into-oracle-database/m-p/2223056#M16416</guid>
      <dc:creator>MDOTSHADBA</dc:creator>
      <dc:date>2011-05-23T15:44:39Z</dc:date>
    </item>
  </channel>
</rss>

