<?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: HELP! DPM with relay url always fails with timeout error! in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30102#M15764</link>
    <description>&lt;P&gt;see if this help&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/ASP-Net-Relay-Response/m-p/29922/highlight/true#M15696"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/ASP-Net-Relay-Response/m-p/29922/highlight/true#M15696&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Sep 2012 11:10:21 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-09-26T11:10:21Z</dc:date>
    <item>
      <title>HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30100#M15763</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi. I'm very frustrated with this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to use C# .Net aspx pages with DPM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i allow it to post back to my submission page it works great. I get a nice post with the receipt form - looks nice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to use a relay URL, to post to my own page, I get a time out error in 2 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My error email says: " Your script timed out while we were trying to post transaction results to it. &amp;nbsp;Transaction ID: 2177050211 Transaction Result: This transaction has been approved. "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it's not a timeout because timeout is 10 seconds, and I'm no where close to 10 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A review of what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the sandbox account settings&lt;/P&gt;&lt;P&gt;*&amp;nbsp;I set the Response/Receipt URL to &lt;A target="_blank" href="http://myserver.com/WebApp/confirmation.aspx"&gt;http://myserver.com/WebApp/confirmation.aspx&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;*&amp;nbsp;I set the default relay response url also to &lt;A target="_blank" href="http://myserver.com/WebApp/confirmation.aspx"&gt;http://myserver.com/WebApp/confirmation.aspx&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the aspx submission form, I have many x_elements, but for relay, I also set :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;asp:TextBoxID="x_relay_url" runat="server"Style="display: none;"Text="&lt;A target="_blank" href="http://myserver.com/WebApp/confirmation.aspx"&gt;http://myserver.com/WebApp/confirmation.aspx&lt;/A&gt;"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;

&amp;lt;asp:TextBoxID="x_relay_response" runat="server"Style="display: none;"Text="TRUE"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I set the form to submit to the sandbox&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;body&amp;gt;
&amp;lt;formid="form1"runat="server"method='post'action='&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll'"&gt;https://test.authorize.net/gateway/transact.dll'&lt;/A&gt;&amp;gt;
&amp;lt;div&amp;gt;
//....&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like I said everything works fine if I don't use the relay url.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What gives? How do I configure this thing for relay to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help please... :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;arg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 04:20:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30100#M15763</guid>
      <dc:creator>rachmann</dc:creator>
      <dc:date>2012-09-26T04:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30102#M15764</link>
      <description>&lt;P&gt;see if this help&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/ASP-Net-Relay-Response/m-p/29922/highlight/true#M15696"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/ASP-Net-Relay-Response/m-p/29922/highlight/true#M15696&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 11:10:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30102#M15764</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30126#M15776</link>
      <description>&lt;P&gt;[What is with this editor?!?!? Holy cow...ADN guys should spend some more effort on the account/dev support stuff...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No joy - but didn't recompile fully - also will try AspCompat&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;&lt;FONT size="2" face="Consolas" color="#0000ff"&gt;="true".&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;I'll let you know. Thanks for the suggestion!!!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:43:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30126#M15776</guid>
      <dc:creator>rachmann</dc:creator>
      <dc:date>2012-09-26T15:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30128#M15777</link>
      <description>&lt;P&gt;Need to add the EnableViewState="false" to both the relay response page and the form page that post to authorize.net&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:46:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30128#M15777</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-26T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30282#M15847</link>
      <description>&lt;P&gt;from another post -&amp;nbsp;&lt;SPAN&gt;&lt;A target="_self" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;RaynorC1emen7&lt;/A&gt;&amp;nbsp;figured out that the relay page CAN NOT have any fields on it that match the post variables from the service.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2012 19:58:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/30282#M15847</guid>
      <dc:creator>rachmann</dc:creator>
      <dc:date>2012-09-29T19:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: HELP! DPM with relay url always fails with timeout error!</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/36221#M20162</link>
      <description>&lt;P&gt;This should be font and center in the documentation - I spent HOURS trying to find the answer to this frustration!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2013 17:59:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/HELP-DPM-with-relay-url-always-fails-with-timeout-error/m-p/36221#M20162</guid>
      <dc:creator>jLynn</dc:creator>
      <dc:date>2013-10-14T17:59:51Z</dc:date>
    </item>
  </channel>
</rss>

