<?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: ARB + silent Post + Java in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/49130#M24740</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also facing the same issue. Can you help me to solve the silent post issue.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not open this link. &lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2014 07:03:59 GMT</pubDate>
    <dc:creator>senthilraja12</dc:creator>
    <dc:date>2014-12-11T07:03:59Z</dc:date>
    <item>
      <title>ARB + silent Post + Java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/35843#M19998</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have problem with integration silentPost with JAVA rest. I've create REST service:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Override&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestMapping( value = "/subscription/silentPost", method = RequestMethod.POST )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@ResponseBody&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;public void subscriptionSilentPostReceiver( @RequestParam( value = "x_subscription_id", required = true ) int subscriptionId,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_response_code", required = true ) int responseCode,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_response_reason_code", required = true ) int responseReasonCode,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_type", required = true ) String type,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_subscription_paynum", required = true ) int subscriptionPaymentNumber,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_trans_id", required = true ) int transactionId,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_amount", required = true ) BigDecimal amount,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;@RequestParam( value = "x_MD5_Hash", required = true ) String md5Hash )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;/P&gt;&lt;P&gt;LOGGER.error( "subscriptionSilentPostReceiver() - execution for transactionId" + transactionId );&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have updated silentPost url on test.authorize account to connect with this service. I have done some testing transactions. There is no server log like that "subscriptionSilentPostReceiver() - execution for transactionId xxxxxx". What is wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 07:23:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/35843#M19998</guid>
      <dc:creator>sidorczukp1</dc:creator>
      <dc:date>2013-09-23T07:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: ARB + silent Post + Java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/35849#M20001</link>
      <description>&lt;P&gt;Silent post is similar to relay response.&lt;/P&gt;&lt;P&gt;Read this&lt;/P&gt;&lt;P&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536"&gt;Relay Response Basics and Troubleshooting &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And&amp;nbsp; ARB doesn't get run on test server&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:23:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/35849#M20001</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-09-23T11:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: ARB + silent Post + Java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/36021#M20073</link>
      <description>&lt;P&gt;We have created full account and tested silent post with test credit card. Silent post hasn't sent any post.&lt;/P&gt;&lt;P&gt;We were testing our service (described on first post) with form like described here: &lt;A target="_blank" href="http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/"&gt;http://www.johnconde.net/blog/all-about-authorize-nets-silent-post/&lt;/A&gt; and it works fine, but on real server there is no post from authorize.net.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2013 12:12:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/36021#M20073</guid>
      <dc:creator>sidorczukp1</dc:creator>
      <dc:date>2013-10-01T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: ARB + silent Post + Java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/49130#M24740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am also facing the same issue. Can you help me to solve the silent post issue.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not open this link. &lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Does-test-gateway-send-silent-posts-for-ARB-it-does-for-AIM/m-p/1395/highlight/true#M1200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 07:03:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-silent-Post-Java/m-p/49130#M24740</guid>
      <dc:creator>senthilraja12</dc:creator>
      <dc:date>2014-12-11T07:03:59Z</dc:date>
    </item>
  </channel>
</rss>

