<?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: SIM Relay Response Not Working in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45364#M22972</link>
    <description>&lt;P&gt;I am discovering a MAJOR problem with the Test SIM example provided by Authorize.Net (at least on .NET v. 4.5):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I post to another ASP.NET Page using the C# SIM Example provided on their site (&lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt;), I receive the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The state information is invalid for this page and might be corrupted.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I submit content to another ASP.NET Page using a proper ASP.NET Server-side Submit buttion and set the PostbackUrl, it works perfectly and finds content in the Request.Form collection!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, I am guessing that I am experiencing this same exact issue in my Relay Response page thus causing the Request.Form collection to always be empty!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I make Authorize.Net support aware of this major problem and obstacle???&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2014 04:00:31 GMT</pubDate>
    <dc:creator>ssvaidya75</dc:creator>
    <dc:date>2014-07-16T04:00:31Z</dc:date>
    <item>
      <title>SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45242#M22911</link>
      <description>&lt;P&gt;I have been trying to solve this issue for several weeks with absolutely no resolution thus far from Authorize.Net Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a couple of weeks ago, my Authorize.Net Relay Response page stopped working.&amp;nbsp; Based on my testing, fields are no longer getting posted back to my Relay Response screen.&amp;nbsp; Nothing in my code base has changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few years ago, I encountered an issue where Authorize.Net apparently changed their API thereby causing my code to break as well due to some field changes or field length limitations.&amp;nbsp; I am wondering if something in the Authorize.Net API has changed once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the test page I have been using for tesitng my SIM Relay Response: &lt;A target="_blank" href="http://www.troyracquetclubacademy.net/TestSIMForm.aspx"&gt;TestSIMForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hooked up to the Sandbox SIM screen so any SIM credit card values such as 411111111111111 or 4222222222222222 will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 18:34:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45242#M22911</guid>
      <dc:creator>ssvaidya75</dc:creator>
      <dc:date>2014-07-12T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45244#M22912</link>
      <description>&lt;P&gt;Did you try posting to the page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this from the code &lt;A target="_blank" href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-read-Relay-Response-POST-Data-in-ASP-NET/m-p/40842#M22159"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Unable-to-read-Relay-Response-POST-Data-in-ASP-NET/m-p/40842#M22159&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;I try posting some data (e.g.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;x_response_code=2&lt;/PRE&gt;&lt;P&gt;to your relayresponse.asp page and it show &lt;SPAN style="color: red; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: medium;"&gt;There was an error processing this transaction.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 19:32:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45244#M22912</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-12T19:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45246#M22913</link>
      <description>&lt;P&gt;No the relay response screen is directly from Authorize.Net code samples (still in Classic ASP).&amp;nbsp; If you want to test out the .aspx version of the Relay Response screen, you can try this Url: &lt;A target="_blank" href="http://troyracquetclubacademy.net/PaymentResponse.aspx?AspxAutoDetectCookieSupport=1"&gt;http://troyracquetclubacademy.net/PaymentResponse.aspx?AspxAutoDetectCookieSupport=1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 20:42:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45246#M22913</guid>
      <dc:creator>ssvaidya75</dc:creator>
      <dc:date>2014-07-12T20:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45248#M22914</link>
      <description>&lt;P&gt;when I post thing on the link nothing showing on the screen, did you make any change to the page?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 21:33:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45248#M22914</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-12T21:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45364#M22972</link>
      <description>&lt;P&gt;I am discovering a MAJOR problem with the Test SIM example provided by Authorize.Net (at least on .NET v. 4.5):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I post to another ASP.NET Page using the C# SIM Example provided on their site (&lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt;), I receive the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The state information is invalid for this page and might be corrupted.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I submit content to another ASP.NET Page using a proper ASP.NET Server-side Submit buttion and set the PostbackUrl, it works perfectly and finds content in the Request.Form collection!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore, I am guessing that I am experiencing this same exact issue in my Relay Response page thus causing the Request.Form collection to always be empty!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I make Authorize.Net support aware of this major problem and obstacle???&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 04:00:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45364#M22972</guid>
      <dc:creator>ssvaidya75</dc:creator>
      <dc:date>2014-07-16T04:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Relay Response Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45373#M22977</link>
      <description>&lt;P&gt;so you are not using asp. and using asp.net webform&lt;/P&gt;&lt;P&gt;then you need to set this to false&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.enableviewstatemac%28v=vs.110%29.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.web.ui.page.enableviewstatemac%28v=vs.110%29.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;on both the submit and relay response page.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 11:05:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-Not-Working/m-p/45373#M22977</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-07-16T11:05:50Z</dc:date>
    </item>
  </channel>
</rss>

