<?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 Getting error java.net.UnknownHostException: test.authorize.net in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41670#M22550</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am integrating authorize.net payment using JAVA&lt;/P&gt;&lt;P&gt;For it, I&amp;nbsp;use the jsp&amp;nbsp;code available at &lt;A href="https://developer.authorize.net/integration/fifteenminutes/java/#custom" target="_blank"&gt;https://developer.authorize.net/integration/fifteenminutes/java/#custom&lt;/A&gt;&lt;BR /&gt;under &lt;SPAN&gt;Advanced Integration Method &amp;nbsp;and &amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;'Card Not Present Instruction' tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After run the jsp code I see below error :&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:net.authorize.aim.Result@179b3d1b" target="_blank"&gt;net.authorize.aim.Result@179b3d1b&lt;/A&gt; Error&lt;/P&gt;&lt;P&gt;RRC_0_0 : null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And after debug, I found it is throwing exception java.net.UnknownHostException: test.authorize.net.&lt;BR /&gt;This I get because firewall is enabled on my system. If somehow, I set the Proxy in Authorize.Net SDK, then can get rid of this error. I need to know,&amp;nbsp;if the SDK can accept the proxy pro-grammatically. Any information sharing on it would be great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jun 2014 11:54:36 GMT</pubDate>
    <dc:creator>Jitendra000</dc:creator>
    <dc:date>2014-06-10T11:54:36Z</dc:date>
    <item>
      <title>Getting error java.net.UnknownHostException: test.authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41670#M22550</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am integrating authorize.net payment using JAVA&lt;/P&gt;&lt;P&gt;For it, I&amp;nbsp;use the jsp&amp;nbsp;code available at &lt;A href="https://developer.authorize.net/integration/fifteenminutes/java/#custom" target="_blank"&gt;https://developer.authorize.net/integration/fifteenminutes/java/#custom&lt;/A&gt;&lt;BR /&gt;under &lt;SPAN&gt;Advanced Integration Method &amp;nbsp;and &amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;'Card Not Present Instruction' tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After run the jsp code I see below error :&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:net.authorize.aim.Result@179b3d1b" target="_blank"&gt;net.authorize.aim.Result@179b3d1b&lt;/A&gt; Error&lt;/P&gt;&lt;P&gt;RRC_0_0 : null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And after debug, I found it is throwing exception java.net.UnknownHostException: test.authorize.net.&lt;BR /&gt;This I get because firewall is enabled on my system. If somehow, I set the Proxy in Authorize.Net SDK, then can get rid of this error. I need to know,&amp;nbsp;if the SDK can accept the proxy pro-grammatically. Any information sharing on it would be great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:54:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41670#M22550</guid>
      <dc:creator>Jitendra000</dc:creator>
      <dc:date>2014-06-10T11:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error java.net.UnknownHostException: test.authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41682#M22556</link>
      <description>&lt;P&gt;The latest version of the SDK should support proxies without any code changes. There are several constants that have been added to the SDK and are used by the HttpClient class for this purpose.&lt;BR /&gt; &lt;BR /&gt; The three you want to focus on are:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; HTTPS_USE_PROXY (boolean)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; HTTPS_PROXY_HOST (string)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; HTTPS_PROXY_PORT (int)&lt;BR /&gt; &lt;BR /&gt; If your proxy requires authentication, then that will require modification to the SDK.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 21:35:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41682#M22556</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2014-06-10T21:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error java.net.UnknownHostException: test.authorize.net</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41696#M22563</link>
      <description>&lt;P&gt;Thanks Trevor for prompt&amp;nbsp;response with valuable information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 08:17:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-java-net-UnknownHostException-test-authorize-net/m-p/41696#M22563</guid>
      <dc:creator>Jitendra000</dc:creator>
      <dc:date>2014-06-11T08:17:04Z</dc:date>
    </item>
  </channel>
</rss>

