<?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: Do I need a SSL Certificate to make anet_java_sdk testcases work? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29568#M15526</link>
    <description>&lt;P&gt;&lt;FONT color="#888888"&gt;No I created&amp;nbsp;a class&amp;nbsp;that invoked the AIM API/SDK, but when I run the test cases I received that response. I am trying to integrate AIM in a Server application.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Sep 2012 20:51:00 GMT</pubDate>
    <dc:creator>leoce</dc:creator>
    <dc:date>2012-09-07T20:51:00Z</dc:date>
    <item>
      <title>Do I need a SSL Certificate to make anet_java_sdk testcases work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29500#M15492</link>
      <description>&lt;P&gt;&lt;FONT color="#888888"&gt;I downloaded the current version of sdk and tried to run all the test, but all functional tests seems doesn't work for me. What should I do to make it work?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2012 17:53:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29500#M15492</guid>
      <dc:creator>leoce</dc:creator>
      <dc:date>2012-09-06T17:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a SSL Certificate to make anet_java_sdk testcases work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29502#M15493</link>
      <description>&lt;P&gt;No need for a SSL cert for testing. Were you able to get any debug info at all? Testmode off on the test account?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2012 19:48:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29502#M15493</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-06T19:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a SSL Certificate to make anet_java_sdk testcases work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29538#M15511</link>
      <description>&lt;P&gt;&lt;FONT color="#888888"&gt;I have this testcase snippet&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;public&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT size="2" color="#7f0055"&gt;&lt;FONT size="2" color="#7f0055"&gt;void&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; testCreditCardGateway() &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="2" color="#7f0055"&gt;&lt;FONT size="2" color="#7f0055"&gt;throws&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; Exception {&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;Gateway g =&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT size="2" color="#7f0055"&gt;&lt;FONT size="2" color="#7f0055"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; Gateway();&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;g.setApiLoginID(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;apiLoginId&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;g.setTransactionKey(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;transactionKey&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;g.setEnvironment(Environment.&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;SANDBOX&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;CreditCard card = CreditCard.&lt;EM&gt;createCreditCard&lt;/EM&gt;();&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;//card.setAvsCode(avsCode);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;//card.setCardholderAuthenticationIndicator("5");&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;&lt;FONT size="2" color="#3f7f5f"&gt;//card.setCardholderAuthenticationValue("123");&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;card.setCardType(CardType.&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;VISA&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;card.setCreditCardNumber(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"4007000000027"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;card.setExpirationMonth(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"12"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;card.setExpirationYear(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"2015"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;MerchantResponse ms = g.authCapture(card, 27.00);&lt;/P&gt;&lt;P align="left"&gt;System.&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;out&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT size="2"&gt;.println(&lt;/FONT&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"Credit card AuthCapture"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;System.&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;&lt;FONT size="2" color="#0000c0"&gt;&lt;FONT size="2" color="#0000c0"&gt;out&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;FONT size="2"&gt;.println(inspectMerchantResponse(ms));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;private&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2"&gt;String inspectMerchantResponse(MerchantResponse ms) {&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; StringBuffer sb =&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT size="2" color="#7f0055"&gt;&lt;FONT size="2" color="#7f0055"&gt;new&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; StringBuffer();&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"MerchantResponse "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.toString() + &lt;/FONT&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;": "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"\n- getResponseCode: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.getResponseCode());&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"\n- getResponseReason: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.getResponseReason());&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"\n- getResponseSubCode: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.getResponseSubCode());&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"\n- getResponseNotes: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.getResponseNotes());&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sb.append(&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT size="2" color="#2a00ff"&gt;&lt;FONT size="2" color="#2a00ff"&gt;"\n- getTransactionId: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; + ms.getTransactionId());&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT size="2" color="#7f0055"&gt;&lt;FONT size="2" color="#7f0055"&gt;return&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt; sb.toString();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I got this return&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;Credit card AuthCapture&lt;/P&gt;&lt;P align="left"&gt;MerchantResponse com.univera.authorizenet.paymentgateway.dao.merchant.MerchantResponse@4c4975:&lt;/P&gt;&lt;P align="left"&gt;- getResponseCode: ERROR&lt;/P&gt;&lt;P align="left"&gt;- getResponseReason: This transaction has been declined.&lt;/P&gt;&lt;P align="left"&gt;- getResponseSubCode: DECLINED&lt;/P&gt;&lt;P align="left"&gt;- getResponseNotes: This transaction was submitted from a blocked IP address.&lt;/P&gt;&lt;P&gt;- getTransactionId: 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 17:03:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29538#M15511</guid>
      <dc:creator>leoce</dc:creator>
      <dc:date>2012-09-07T17:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a SSL Certificate to make anet_java_sdk testcases work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29546#M15515</link>
      <description>&lt;P&gt;Are you doing custom code? Not sure how it will get a "This transaction was submitted from a blocked IP address." message.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 18:31:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29546#M15515</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-07T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need a SSL Certificate to make anet_java_sdk testcases work?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29568#M15526</link>
      <description>&lt;P&gt;&lt;FONT color="#888888"&gt;No I created&amp;nbsp;a class&amp;nbsp;that invoked the AIM API/SDK, but when I run the test cases I received that response. I am trying to integrate AIM in a Server application.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 20:51:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Do-I-need-a-SSL-Certificate-to-make-anet-java-sdk-testcases-work/m-p/29568#M15526</guid>
      <dc:creator>leoce</dc:creator>
      <dc:date>2012-09-07T20:51:00Z</dc:date>
    </item>
  </channel>
</rss>

