<?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 Just want to parse SIM Relay Response with new SDK in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53294#M28423</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I want to do is figure out how to use the SDK to parse a Relay Response from a SIM Form submission, but that doesn't seem to be straight forward anymore. Looking for some help, please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Side Note:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've developed in PHP for a long time, and worked with the previous versions of the AuthNet SDK and APIs for years, but this new SDK is frankly&amp;nbsp;overwhelming to me. Maybe it's because I'm still not that familiar with using&amp;nbsp;namespaces and still don't see the need to use&amp;nbsp;classes that extend classes that extend classes for &lt;EM&gt;everything&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many files that I open in the v1 directory just refer to parent classes and sometimes don't seem to do anything themselves, and &lt;EM&gt;none&lt;/EM&gt; of them have any &lt;EM&gt;real&lt;/EM&gt; documentation in them. For example, the entire documentation for the class named GetTransactionDetailsRequest is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Class representing GetTransactionDetailsRequest&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Duh, shocker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is supposed to represent improved code "structure", but&amp;nbsp;is that really the case when it becomes difficult to even discern the overall structure because the code is SO segmented?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to go on like that. If you can point me in the right direction to get started&amp;nbsp;parsing a SIM Relay Response, I'll pipe down and be happy. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Fritz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2015 23:33:01 GMT</pubDate>
    <dc:creator>coppercup</dc:creator>
    <dc:date>2015-12-10T23:33:01Z</dc:date>
    <item>
      <title>Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53294#M28423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I want to do is figure out how to use the SDK to parse a Relay Response from a SIM Form submission, but that doesn't seem to be straight forward anymore. Looking for some help, please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Side Note:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've developed in PHP for a long time, and worked with the previous versions of the AuthNet SDK and APIs for years, but this new SDK is frankly&amp;nbsp;overwhelming to me. Maybe it's because I'm still not that familiar with using&amp;nbsp;namespaces and still don't see the need to use&amp;nbsp;classes that extend classes that extend classes for &lt;EM&gt;everything&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many files that I open in the v1 directory just refer to parent classes and sometimes don't seem to do anything themselves, and &lt;EM&gt;none&lt;/EM&gt; of them have any &lt;EM&gt;real&lt;/EM&gt; documentation in them. For example, the entire documentation for the class named GetTransactionDetailsRequest is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Class representing GetTransactionDetailsRequest&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Duh, shocker.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is supposed to represent improved code "structure", but&amp;nbsp;is that really the case when it becomes difficult to even discern the overall structure because the code is SO segmented?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry to go on like that. If you can point me in the right direction to get started&amp;nbsp;parsing a SIM Relay Response, I'll pipe down and be happy. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Fritz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 23:33:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53294#M28423</guid>
      <dc:creator>coppercup</dc:creator>
      <dc:date>2015-12-10T23:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53295#M28424</link>
      <description>&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/master/lib/AuthorizeNetSIM.php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/blob/master/lib/AuthorizeNetSIM.php&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 01:16:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53295#M28424</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-12-11T01:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53302#M28431</link>
      <description>&lt;P&gt;Thanks very much for your&amp;nbsp;response RaynorC1emen7, I appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the sample code file you referenced is for the deprecated&amp;nbsp;SDK as is indicated in this file in the same directory: &lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/master/lib/DeprecatedSamples.md" target="_self"&gt;https://github.com/AuthorizeNet/sdk-php/blob/master/lib/DeprecatedSamples.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already inquired in &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Sample-PHP-Code-for-SIM-Hosted-Form-request-using-new-1-8-4-SDK/td-p/53186" target="_self"&gt;another post &lt;/A&gt;as to the existence of any official code samples of SIM integration with the new "controller model" version of the SDK, and Richard has confirmed that there are none.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping that &lt;EM&gt;somebody&lt;/EM&gt;&amp;nbsp;out there actually has a working SIM integration utilizing the new SDK and can point me in the right direction, since there are&amp;nbsp;no official documentations or samples to be had. Surely I'm not the first person to attempt to use the new SDK with a SIM integration...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already lost four production days trying to figure this out. As of today I have no choice but to fall back to using the older SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Fritz&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:35:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53302#M28431</guid>
      <dc:creator>coppercup</dc:creator>
      <dc:date>2015-12-11T15:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53304#M28433</link>
      <description>&lt;P&gt;You probably don't need the SDKs for SIM, it a form post, and the relay response is a form post the data back.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:59:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53304#M28433</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-12-11T15:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53305#M28434</link>
      <description>&lt;P&gt;Agreed, 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I also need to do new integrations with CIM, ARB, etc., and I think I've just been caught up trying to&amp;nbsp;understand the new SDK. If I can't figure out how to use it to parse a simple SIM transaction relay response, I figure may have trouble handling&amp;nbsp;those types of requests and responses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like a dog with a bone, and I just need to bury it and move on for now, but it's hard for me to accept not understanding something. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Fritz&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 16:15:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53305#M28434</guid>
      <dc:creator>coppercup</dc:creator>
      <dc:date>2015-12-11T16:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53317#M28444</link>
      <description>&lt;P&gt;Okay, the more I explore the new SDK controller model the more it appears that&amp;nbsp;there isn't a straight-forward controller method for parsing a transaction response&amp;nbsp;that is independent of a transaction request, such as a Relay Response or Silent Post $_POST response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fritz&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 17:06:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53317#M28444</guid>
      <dc:creator>coppercup</dc:creator>
      <dc:date>2015-12-14T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53320#M28446</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19162"&gt;@coppercup﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm attaching our old sample code for Java which may help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 18:40:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53320#M28446</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-12-14T18:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Just want to parse SIM Relay Response with new SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53990#M29057</link>
      <description>&lt;P&gt;I too find the new PHP SDK incredidbily hard to follow!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:20:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Just-want-to-parse-SIM-Relay-Response-with-new-SDK/m-p/53990#M29057</guid>
      <dc:creator>safrick2</dc:creator>
      <dc:date>2016-03-14T10:20:00Z</dc:date>
    </item>
  </channel>
</rss>

