<?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: Direct Post: Relay Response url is not invoked in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Relay-Response-url-is-not-invoked/m-p/32439#M16998</link>
    <description>&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536" target="_self"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need an url that is not a localhost that can be access thru the web.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2013 02:26:49 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-01-08T02:26:49Z</dc:date>
    <item>
      <title>Direct Post: Relay Response url is not invoked</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Relay-Response-url-is-not-invoked/m-p/32436#M16995</link>
      <description>&lt;P&gt;I'm&amp;nbsp; trying create a sample web application to try out the Direct Post example given on the web site. As this is a web application which I'm deploying on a glassfish server my relay_response url is looking something like this &lt;EM&gt;&lt;STRONG&gt;&lt;A href="http://192.168.1.4:8080/AuthorizeNetTestIntegration/relay_response.jsp." target="_blank"&gt;http://192.168.1.4:8080/AuthorizeNetTestIntegration/relay_response.jsp.&lt;/A&gt;&lt;/STRONG&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Once&amp;nbsp; I submit the form.jsp i get this response&lt;BR /&gt;&lt;BR /&gt;"&lt;EM&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This transaction has been approved.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;It is advisable for you to contact the merchant to verify that you will receive the product or service."&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my form.jsp&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;%&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String apiLoginId = "*************";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String transactionKey = "****************";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String relayResponseUrl = "&lt;A href="http://192.168.1.4:8080/AuthorizeNetTestIntegration/relay_response.jsp" target="_blank"&gt;http://192.168.1.4:8080/AuthorizeNetTestIntegration/relay_response.jsp&lt;/A&gt;";&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String amount = "1.99";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fingerprint fingerprint = Fingerprint.createFingerprint(&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apiLoginId,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transactionKey,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1234567890, // random sequence used for creating the finger print&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount);&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; long x_fp_sequence = fingerprint.getSequence();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; long x_fp_timestamp = fingerprint.getTimeStamp();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String x_fp_hash = fingerprint.getFingerprintHash();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;%&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ravi Mukkavilli&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 02:02:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Relay-Response-url-is-not-invoked/m-p/32436#M16995</guid>
      <dc:creator>ravimukkavilli</dc:creator>
      <dc:date>2013-01-08T02:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Post: Relay Response url is not invoked</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Relay-Response-url-is-not-invoked/m-p/32439#M16998</link>
      <description>&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-and-Troubleshooting/ba-p/9536" target="_self"&gt;Relay Response Basics and Troubleshooting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need an url that is not a localhost that can be access thru the web.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 02:26:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Direct-Post-Relay-Response-url-is-not-invoked/m-p/32439#M16998</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-08T02:26:49Z</dc:date>
    </item>
  </channel>
</rss>

