<?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: AuthnetXML.class.php  vs  AuthorizeNet.php in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29368#M15431</link>
    <description>&lt;P&gt;Ok, I see. &amp;nbsp;They're really all XML conversion apis. &amp;nbsp;Meaning I don't have to muck around in my own xml. &amp;nbsp;Apparently you were able to create a single XML solution to cover every api type,&amp;nbsp;&lt;SPAN&gt;since AIM now comes in a pure XML syntax.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now all I need is the authnetXML doc!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Sep 2012 19:40:12 GMT</pubDate>
    <dc:creator>alanm123</dc:creator>
    <dc:date>2012-09-02T19:40:12Z</dc:date>
    <item>
      <title>AuthnetXML.class.php  vs  AuthorizeNet.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29348#M15421</link>
      <description>&lt;P&gt;From what I understand, which is not much, AuthnetXML.class.php gives me access to all the php apis at once. &amp;nbsp;AuthorizeNet.php does this as well, but by folding in all the other apis. &amp;nbsp;The &lt;A href="http://www.johnconde.net/blog/tutorial-integrate-authorize-net-xml-api-universal-php-class/" target="_blank"&gt;document I found regarding AuthnetXML&lt;/A&gt; seems to suggest that this file gives direct access to all api methods without needing the separate files. &amp;nbsp;Is this right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does AuthnetXML.class.php replace AuthorizeNet.php? Or is it used separately? &amp;nbsp; Does AuthnetXML &lt;EM&gt;generate&lt;/EM&gt; the xml being sent, or is it acting on xml that i&lt;EM&gt;t wants me&lt;/EM&gt; to generate? &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Also, if I have multiple questions, do you want them in separate posts?)&lt;/P&gt;</description>
      <pubDate>Sun, 02 Sep 2012 03:37:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29348#M15421</guid>
      <dc:creator>alanm123</dc:creator>
      <dc:date>2012-09-02T03:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: AuthnetXML.class.php  vs  AuthorizeNet.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29368#M15431</link>
      <description>&lt;P&gt;Ok, I see. &amp;nbsp;They're really all XML conversion apis. &amp;nbsp;Meaning I don't have to muck around in my own xml. &amp;nbsp;Apparently you were able to create a single XML solution to cover every api type,&amp;nbsp;&lt;SPAN&gt;since AIM now comes in a pure XML syntax.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now all I need is the authnetXML doc!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Sep 2012 19:40:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29368#M15431</guid>
      <dc:creator>alanm123</dc:creator>
      <dc:date>2012-09-02T19:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: AuthnetXML.class.php  vs  AuthorizeNet.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29394#M15443</link>
      <description>&lt;P&gt;You can use &lt;A href="https://github.com/stymiee/Authorize.Net-XML/tree/master/examples" target="_self"&gt;the examples provided in the AuthnetXML package&lt;/A&gt; as a guide for making each API call. There's also &lt;A href="http://www.johnconde.net/blog/tutorial-integrate-authorize-net-xml-api-universal-php-class/" target="_self"&gt;a tutorial that gives a good overview of how it all works&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2012 04:52:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/29394#M15443</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-09-04T04:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: AuthnetXML.class.php  vs  AuthorizeNet.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/30366#M15887</link>
      <description>&lt;P&gt;Ok, I think I got it. &amp;nbsp;It sounds like the documentation for AuthnetXML is entirely in the sample files provided (the examples folder of the AuthnetXML package). &amp;nbsp;&lt;SPAN&gt;It looks pretty complete, but&amp;nbsp;&lt;/SPAN&gt;I just want to verify: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that a comprehensive list of the available functions?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 20:10:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/30366#M15887</guid>
      <dc:creator>alanm123</dc:creator>
      <dc:date>2012-10-03T20:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: AuthnetXML.class.php  vs  AuthorizeNet.php</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/30420#M15912</link>
      <description>&lt;P&gt;It currently represents all of the available API calls. So, yes, it is complete. :)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 00:49:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthnetXML-class-php-vs-AuthorizeNet-php/m-p/30420#M15912</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2012-10-05T00:49:28Z</dc:date>
    </item>
  </channel>
</rss>

