<?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 XML parse error in ARB in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27214#M14404</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used AIM for first month payment and ARB to create subscriptions and it was working fine...but now the AIM transaction goes through but on creating subscriotion I get error code&amp;nbsp;E00003. Are there any changes in submitting XML or what ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2012 06:07:14 GMT</pubDate>
    <dc:creator>subashkc1</dc:creator>
    <dc:date>2012-06-15T06:07:14Z</dc:date>
    <item>
      <title>XML parse error in ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27214#M14404</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used AIM for first month payment and ARB to create subscriptions and it was working fine...but now the AIM transaction goes through but on creating subscriotion I get error code&amp;nbsp;E00003. Are there any changes in submitting XML or what ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:07:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27214#M14404</guid>
      <dc:creator>subashkc1</dc:creator>
      <dc:date>2012-06-15T06:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML parse error in ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27220#M14407</link>
      <description>&lt;P&gt;what?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post the xml that are getting the E00003. Thing to look for, that element seq matter in authorize.net XML.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2012 14:04:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27220#M14407</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-06-15T14:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: XML parse error in ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27250#M14422</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response...here is the xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$content = "&amp;lt;?xml version=\"1.0\" encoding=\"utf-8\"?&amp;gt;" .&lt;BR /&gt;"&amp;lt;ARBCreateSubscriptionRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\"&amp;gt;" .&lt;BR /&gt;"&amp;lt;merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;name&amp;gt;Name&amp;lt;/name&amp;gt;".&lt;BR /&gt;"&amp;lt;transactionKey&amp;gt;KEY&amp;lt;/transactionKey&amp;gt;".&lt;BR /&gt;"&amp;lt;/merchantAuthentication&amp;gt;".&lt;BR /&gt;"&amp;lt;subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;interval&amp;gt;".&lt;BR /&gt;"&amp;lt;length&amp;gt;".$payment_length."&amp;lt;/length&amp;gt;".&lt;BR /&gt;"&amp;lt;unit&amp;gt;".$payment_unit."&amp;lt;/unit&amp;gt;".&lt;BR /&gt;"&amp;lt;/interval&amp;gt;".&lt;BR /&gt;"&amp;lt;startDate&amp;gt;" . $startDate . "&amp;lt;/startDate&amp;gt;".&lt;BR /&gt;"&amp;lt;totalOccurrences&amp;gt;9999&amp;lt;/totalOccurrences&amp;gt;".&lt;BR /&gt;"&amp;lt;/paymentSchedule&amp;gt;".&lt;BR /&gt;"&amp;lt;amount&amp;gt;". $recurringAmount ."&amp;lt;/amount&amp;gt;".&lt;BR /&gt;"&amp;lt;payment&amp;gt;".&lt;BR /&gt;"&amp;lt;creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;cardNumber&amp;gt;" . $cardNumber . "&amp;lt;/cardNumber&amp;gt;".&lt;BR /&gt;"&amp;lt;expirationDate&amp;gt;" . $expirationDate . "&amp;lt;/expirationDate&amp;gt;".&lt;BR /&gt;"&amp;lt;/creditCard&amp;gt;".&lt;BR /&gt;"&amp;lt;/payment&amp;gt;".&lt;BR /&gt;"&amp;lt;billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;firstName&amp;gt;". $fname . "&amp;lt;/firstName&amp;gt;".&lt;BR /&gt;"&amp;lt;lastName&amp;gt;" . $lname . "&amp;lt;/lastName&amp;gt;".&lt;BR /&gt;"&amp;lt;state&amp;gt;" . $state . "&amp;lt;/state&amp;gt;".&lt;BR /&gt;"&amp;lt;zip&amp;gt;" . $zip . "&amp;lt;/zip&amp;gt;".&lt;BR /&gt;"&amp;lt;/billTo&amp;gt;".&lt;BR /&gt;"&amp;lt;/subscription&amp;gt;".&lt;BR /&gt;"&amp;lt;/ARBCreateSubscriptionRequest&amp;gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you specify what is wrong here ?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2012 09:16:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27250#M14422</guid>
      <dc:creator>subashkc1</dc:creator>
      <dc:date>2012-06-17T09:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: XML parse error in ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27254#M14424</link>
      <description>&lt;P&gt;fixed...date format conversion was missing while transferring to production server.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2012 17:38:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/XML-parse-error-in-ARB/m-p/27254#M14424</guid>
      <dc:creator>subashkc1</dc:creator>
      <dc:date>2012-06-17T17:38:00Z</dc:date>
    </item>
  </channel>
</rss>

