<?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: Please help   SIM ASP MVC C# in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24203#M12988</link>
    <description>&lt;P&gt;I find it interesting how the links in the fail page pont to Authorize.net's home page when Its actually MY Fail page back here at the source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I cant tell whats going on here&lt;/P&gt;</description>
    <pubDate>Thu, 08 Mar 2012 22:26:14 GMT</pubDate>
    <dc:creator>charles4iNET</dc:creator>
    <dc:date>2012-03-08T22:26:14Z</dc:date>
    <item>
      <title>Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24187#M12980</link>
      <description>&lt;P&gt;Good afternoon ,&lt;BR /&gt;&lt;BR /&gt;I threw my test site (SIM MVC C#) out to a publically accessible location&lt;BR /&gt;&lt;A href="http://authorize.inetwd.com/Home/VendorPaymentForm" target="_blank"&gt;http://authorize.inetwd.com/Home/VendorPaymentForm&lt;/A&gt;&lt;BR /&gt;and I’m still not getting&amp;nbsp; a response back.&lt;BR /&gt;&amp;lt;asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"&amp;gt;&lt;BR /&gt;&amp;lt;h1&amp;gt;&amp;nbsp; Vendor API Call &amp;lt;/h1&amp;gt; &amp;nbsp;&lt;BR /&gt;&amp;lt;%using (Html.BeginSIMForm("&lt;A href="http://authorize.inetwd.com/Home/ShowResponse" target="_blank"&gt;http://authorize.inetwd.com/Home/ShowResponse&lt;/A&gt;",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.22M,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewData["apID"].ToString(),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // reference 43yNStuff----&amp;nbsp; My API Login ID From Web Config File&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewData["T_key"].ToString(),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; reference&amp;nbsp; 8JgaNStuff---- TransactionKey From Web Config File&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; true))&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; {%&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;div class = "sumStuff"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;span&amp;gt;&lt;BR /&gt;&amp;lt;%=Html.CheckoutFormInputs(true)%&amp;gt;&lt;BR /&gt;&amp;lt;%=Html.Hidden("order_id","9786") %&amp;gt;&lt;BR /&gt;&amp;lt;%--&amp;lt;%=Html.Hidden("x_type","AUTH_CAPTURE")&amp;nbsp; %&amp;gt;--%&amp;gt;&lt;BR /&gt;&amp;lt;%=Html.Hidden("x_relay_always", true)%&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/span&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;div class="MoreStuff"&amp;gt;&lt;BR /&gt;&amp;lt;input type = "submit" value = "Pay" /&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;%}%&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/asp:Content&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I’m having difficulity obtaining a response to my payment submission&lt;BR /&gt;I have configured the managment interface to a relay response URL as shown in the code above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://authorize.inetwd.com/Home/ShowResponse" target="_blank"&gt;http://authorize.inetwd.com/Home/ShowResponse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have manually tested the routing engine to confirm that this URL is seen and have stepped into it manually..&lt;BR /&gt;However I cant get a response to hit it from Authorize.Net&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;[HttpPost]&lt;BR /&gt;public ActionResult ShowResponse(FormCollection post)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var response = new AuthorizeNet.SIMResponse(post);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var isValid = response.Validate("merchHashCd", "transActKey");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!isValid)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { return RedirectToAction("FAIL"); }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewData["response"] = Request.QueryString["m"] ?? "";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return View("Response");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;This concept was borowed from the Direct Post style but I don’t think it matters if I have a parameter or not&lt;BR /&gt;At this point. I’m just not getting an automated web based response period.&lt;BR /&gt;Can anyhone help please..&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 21:25:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24187#M12980</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-08T21:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24201#M12987</link>
      <description>&lt;P&gt;I have to remove the HTTP Post attribute for manual navigation to the ActionResult ShowResponse() but&amp;nbsp;&lt;/P&gt;&lt;P&gt;I replaced it for testing the Aut.net API again to no avail&amp;nbsp;&amp;nbsp; so if you attempt to nav to ShowResponse manually I have put it back to [HttpPost]&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 22:22:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24201#M12987</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-08T22:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24203#M12988</link>
      <description>&lt;P&gt;I find it interesting how the links in the fail page pont to Authorize.net's home page when Its actually MY Fail page back here at the source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I cant tell whats going on here&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2012 22:26:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24203#M12988</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-08T22:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24231#M13002</link>
      <description>&lt;P&gt;I have no idea how to program in ASP MVC C#, but maybe this is a relay response problem. Have you configured your relay response URL(s) in your control panel? That has to be done or Authorize.net willl ignore them.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2012 20:02:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24231#M13002</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-09T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24571#M13167</link>
      <description>&lt;P&gt;I got past this confusion -- using the SDK Helper dll apparently doesnt invoke the same 'complete' hosted payment form as the api does. ?!??!?!!&amp;nbsp; Sup with that ??!!&lt;/P&gt;&lt;P&gt;Still not sure as support wont deny or confirm that for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I went with the API as I get full bill/ship address this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note... the direct post methods samples that list SIM as the type are ASSUREDLY NOT SIM they are specifically direct post and you cannot evaluate the response with the sdk.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The response in the SDK for SIM I have additionally not gotten to function correctly&amp;nbsp; EVER. Yet the signature is clearly there inthe Object Browser ?!!?!??!?!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I'm having a problem OUT OF THE BLUE trying to get my relay response back to my MVC method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All was working fine yesterday and I was ready to move functioning test code into the production site template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nothing changed on my end I even reverted to an old test project that I left in working state for reference., (KRAZY!!!)&lt;/P&gt;&lt;P&gt;I now consistantly in all solutions get the famous time out error::&amp;nbsp;&lt;STRONG&gt; "An error occurred while trying to report this transaction to the merchant."&amp;nbsp;&lt;/STRONG&gt; We are basically at the point of believing perhaps it just doesn work on Fridays...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To all concerned parties pick on SDK or API and dont dare get the two confused. My personal $0.02&amp;nbsp; go with&amp;nbsp; the API and write up your own helpers !!!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 18:19:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24571#M13167</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-16T18:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24761#M13251</link>
      <description>&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Good afternoon&amp;nbsp; integration support Authorize.net&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update&amp;nbsp; my entries in your dev forum with my findings but&lt;/P&gt;&lt;P&gt;for your information, and future reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A colleague more familiar with general web based development pointed out that I could force some data to the web page after receiving your response by using a method on the web&amp;nbsp; Response object named Flush().&lt;/P&gt;&lt;P&gt;:: Response.Flush()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This allowed me to continue manipulating ( evaluating for approval the &amp;nbsp;various &amp;nbsp;returned&lt;/P&gt;&lt;P&gt;codes, AVS, CCV, CAVV whatever) to determine if the response was approved, before displaying my receipt page,&lt;/P&gt;&lt;P&gt;while using C# MVC . &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again please note that I received the error----“&lt;EM&gt;An error occurred while trying to report this transaction to the merchant. An e-mail has….” &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;within miliseconds of submitting my Hosted payment form.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Mar 2012 18:14:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/24761#M13251</guid>
      <dc:creator>charles4iNET</dc:creator>
      <dc:date>2012-03-20T18:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Please help   SIM ASP MVC C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/35553#M19860</link>
      <description>&lt;P&gt;Hi Charles!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on SIM Relay Response for NopCommerce. The Relay Response URL page dispalys, but it's format is all mangled up. It works fine when I type it in my browser:&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;&lt;A href="http://www.horn-tunes.com/plugins/paymentAuthorizeNetSIM/RelayResponseHandler" target="_blank"&gt;http://www.horn-tunes.com/plugins/paymentAuthorizeNetSIM/RelayResponseHandler&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and when I use the Relay Response test tool by John Conde found here: &lt;A href="http://authnet.johnconde.net/tools/relay-response/simulator.php" target="_blank"&gt;http://authnet.johnconde.net/tools/relay-response/simulator.php&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;Both of these methods do not render the page on Authorize.Net's servers .... When it is rendered there, the URL retruned says it's on there domain.&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 size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;So why does it not render correctly?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2013 13:39:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Please-help-SIM-ASP-MVC-C/m-p/35553#M19860</guid>
      <dc:creator>mbalog99</dc:creator>
      <dc:date>2013-09-06T13:39:27Z</dc:date>
    </item>
  </channel>
</rss>

