<?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: Use proxy java sdk in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/54911#M29868</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20105" target="_self"&gt;JeusChristian&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Yes it is possible, all our SDKs have proxy capabilities built in. You can set the proxy details by configuring CONSTANTS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please check:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-java/blob/fc6b763dde02ddc30d8b2f65747095ae08d722d8/anet-java-sdk.properties" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/blob/fc6b763dde02ddc30d8b2f65747095ae08d722d8/anet-java-sdk.properties&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Joy&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2016 21:29:28 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2016-06-13T21:29:28Z</dc:date>
    <item>
      <title>Use proxy java sdk</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/54835#M29793</link>
      <description>&lt;P&gt;Hi guys how can i use proxy in posting using anet java sdk via HttpClient? im using "HttpClient.setProxyIfRequested(client);" static method but still it says im not using proxy.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 01:33:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/54835#M29793</guid>
      <dc:creator>JeusChristian</dc:creator>
      <dc:date>2016-06-08T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use proxy java sdk</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/54911#M29868</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20105" target="_self"&gt;JeusChristian&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Yes it is possible, all our SDKs have proxy capabilities built in. You can set the proxy details by configuring CONSTANTS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please check:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-java/blob/fc6b763dde02ddc30d8b2f65747095ae08d722d8/anet-java-sdk.properties" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/blob/fc6b763dde02ddc30d8b2f65747095ae08d722d8/anet-java-sdk.properties&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Joy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 21:29:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/54911#M29868</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2016-06-13T21:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use proxy java sdk</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/61855#M36254</link>
      <description>&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using sample code from Anet ( &lt;A href="https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/CustomerProfiles/GetCustomerProfile.java" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-java/blob/master/src/main/java/net/authorize/sample/CustomerProfiles/GetCustomerProfile.java&lt;/A&gt; ) , and I get a response (ANetApiResponse ) of 407 - Authentication Required , although I added proxy in environment(system obj System.setProperty ) and env variables as per API comments .&lt;BR /&gt;&lt;BR /&gt;Can you please suggest if this issue is similar to what the thread is talking about .&lt;BR /&gt;&lt;BR /&gt;How can I fix it , I am unable to test Java API in local using SANDBOX .&lt;/P&gt;&lt;P&gt;I ceated a SANDBOX account and passed LoginId,Transaction Key also cust ID created by calling the API directly from postman .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i call &lt;A href="https://apitest.authorize.net/xml/v1/request.api&amp;nbsp;" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&amp;nbsp;&lt;/A&gt; in POSTMAN , with proxy i get responce .But with API code 407 AUTH REQ error .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 11:55:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Use-proxy-java-sdk/m-p/61855#M36254</guid>
      <dc:creator>vijayR</dc:creator>
      <dc:date>2018-02-27T11:55:26Z</dc:date>
    </item>
  </channel>
</rss>

