<?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 Submitting an ARB XML Transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-Submitting-an-ARB-XML-Transaction/m-p/25365#M13537</link>
    <description>&lt;P&gt;1)The &lt;A target="_self" href="http://developer.authorize.net/api/arb/"&gt;documentation &lt;/A&gt;said it is different.&lt;/P&gt;&lt;P&gt;2)Did you look at the &lt;A target="_self" href="http://developer.authorize.net/downloads/samplecode/"&gt;sample code&lt;/A&gt; for the CIM API, they use different XML but just about the same logic.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2012 11:25:08 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-04-05T11:25:08Z</dc:date>
    <item>
      <title>Help Submitting an ARB XML Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-Submitting-an-ARB-XML-Transaction/m-p/25343#M13526</link>
      <description>&lt;P&gt;I am integrating ARB into an existing AIM application written in VBA, and I have been beating my head against the wall for a few days trying to get this to work. After scouring the blogs and Googling like crazy, I finally decided to break down and ask&amp;nbsp;a couple of questions before I just break down period. Ha.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Are the production and test URL's different for Auth/Capture than for ARB Transactions? The ARB guide gives two sets of URL's that differ from the standard card not present URL's, yet I have read in many posts and blogs that the standard card not present URL's should be used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) I am an XML novice, but I have written the code to generate the xml file to create the ARB subscription. But after that, the problem I have is fold. 1) I am unsure if I can submit the XML file or object to Auth.net as is, or do I need to convert it to a string first. 2) I am unsure how to request and parse the response in VB. I would like to receive a text response if possible (like I do for the Auth/Capture transactions), but if xml is the only option, then help how to correctly request and parse it in VB would be so helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I submit two transactions to create the ARB, an auth/Capture to validate the card information (works perfectly, system approved), and the ARB transaction, which is not working properlly, and obviously blows up on the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you point me in the right direction or give me a code snippet for submitting the XML, requesting the response, and parsing it if indeed XML is the only option?&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;Here is the code I am using to submit the transactions...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim objRequest, Post_Response&lt;/P&gt;&lt;P&gt;Set objRequest = New MSXML2.XMLHTTP&lt;/P&gt;&lt;P&gt;objRequest.Open "POST", Post_URL, False&lt;/P&gt;&lt;P&gt;objRequest.send My.XML&lt;/P&gt;&lt;P&gt;Post_Response = objRequest.responseText&lt;/P&gt;&lt;P&gt;Set objRequest = Nothing&lt;/P&gt;&lt;P&gt;Dim Response_Array&lt;/P&gt;&lt;P&gt;Response_Array = Split(Post_Response, ",", -1)&lt;/P&gt;&lt;P&gt;Etc...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 21:20:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-Submitting-an-ARB-XML-Transaction/m-p/25343#M13526</guid>
      <dc:creator>BMoody</dc:creator>
      <dc:date>2012-04-04T21:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help Submitting an ARB XML Transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-Submitting-an-ARB-XML-Transaction/m-p/25365#M13537</link>
      <description>&lt;P&gt;1)The &lt;A target="_self" href="http://developer.authorize.net/api/arb/"&gt;documentation &lt;/A&gt;said it is different.&lt;/P&gt;&lt;P&gt;2)Did you look at the &lt;A target="_self" href="http://developer.authorize.net/downloads/samplecode/"&gt;sample code&lt;/A&gt; for the CIM API, they use different XML but just about the same logic.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2012 11:25:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Help-Submitting-an-ARB-XML-Transaction/m-p/25365#M13537</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-04-05T11:25:08Z</dc:date>
    </item>
  </channel>
</rss>

