<?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 Integrating ARB into existing AIM implementation in ASP classic in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integrating-ARB-into-existing-AIM-implementation-in-ASP-classic/m-p/30418#M15911</link>
    <description>&lt;P&gt;Right now I have an AIM implementation that I put into place about 5 years ago. Now they want to add ARB into the donations section. My AIM implementation uses the VBScript dictionary and builds a string of key=value pairs. I then simply post (and parse the response) with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim objRequest, post_response&lt;BR /&gt;Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP")&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;objRequest.open "POST", post_url, false&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;objRequest.send post_string&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;post_response = objRequest.responseText&lt;BR /&gt;Set objRequest = nothing&lt;BR /&gt;&lt;BR /&gt;' the response string is broken into an array using the specified delimiting character&lt;BR /&gt;Dim response_array&lt;BR /&gt;response_array = split(post_response, post_values("x_delim_char"), -1)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So, it does not look like I can use the scripting dictionary object to create the xml post for those posts that want to use ARB. Or can I? Is ARB as simple as posting a well formed XML document to the proper URL? The sample code that I see really isn't that great, it shows the structure of the XML post, but that is it, I don't see where to post it to. Does it go to the same place that I send my AIM posts? Hopefully I have just missed something. Anybody with experience integrating ARB into a classic asp solution want to give me a pointer or two?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Willie&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2012 00:48:47 GMT</pubDate>
    <dc:creator>jwb</dc:creator>
    <dc:date>2012-10-05T00:48:47Z</dc:date>
    <item>
      <title>Integrating ARB into existing AIM implementation in ASP classic</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integrating-ARB-into-existing-AIM-implementation-in-ASP-classic/m-p/30418#M15911</link>
      <description>&lt;P&gt;Right now I have an AIM implementation that I put into place about 5 years ago. Now they want to add ARB into the donations section. My AIM implementation uses the VBScript dictionary and builds a string of key=value pairs. I then simply post (and parse the response) with this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim objRequest, post_response&lt;BR /&gt;Set objRequest = Server.CreateObject("MSXML2.ServerXMLHTTP")&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;objRequest.open "POST", post_url, false&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;objRequest.send post_string&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;post_response = objRequest.responseText&lt;BR /&gt;Set objRequest = nothing&lt;BR /&gt;&lt;BR /&gt;' the response string is broken into an array using the specified delimiting character&lt;BR /&gt;Dim response_array&lt;BR /&gt;response_array = split(post_response, post_values("x_delim_char"), -1)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So, it does not look like I can use the scripting dictionary object to create the xml post for those posts that want to use ARB. Or can I? Is ARB as simple as posting a well formed XML document to the proper URL? The sample code that I see really isn't that great, it shows the structure of the XML post, but that is it, I don't see where to post it to. Does it go to the same place that I send my AIM posts? Hopefully I have just missed something. Anybody with experience integrating ARB into a classic asp solution want to give me a pointer or two?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Willie&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 00:48:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integrating-ARB-into-existing-AIM-implementation-in-ASP-classic/m-p/30418#M15911</guid>
      <dc:creator>jwb</dc:creator>
      <dc:date>2012-10-05T00:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating ARB into existing AIM implementation in ASP classic</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integrating-ARB-into-existing-AIM-implementation-in-ASP-classic/m-p/30426#M15915</link>
      <description>&lt;P&gt;Look at the sample code for CIM asp. they use the xml too.&lt;/P&gt;&lt;P&gt;And the ARB post url is different then AIM, it in the documentation. &lt;A target="_blank" href="http://developer.authorize.net/api/arb/"&gt;http://developer.authorize.net/api/arb/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:24:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integrating-ARB-into-existing-AIM-implementation-in-ASP-classic/m-p/30426#M15915</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-05T13:24:40Z</dc:date>
    </item>
  </channel>
</rss>

