<?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: Error with ARBUpdateSubscriptionRequest in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47665#M24064</link>
    <description>&lt;P&gt;refid is in &amp;lt;xs:extension base="anet:ANetApiRequest"&amp;gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2014 19:09:53 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-09-30T19:09:53Z</dc:date>
    <item>
      <title>Error with ARBUpdateSubscriptionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47647#M24055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the update Subscription functionality of the ARB API and I get this response using a sanbox account:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;ErrorResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema&amp;quot;"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00003&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;The element 'ARBUpdateSubscriptionRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'subscription' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'refId, subscriptionId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/ErrorResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I see it complains that the ARBUpdateSubscriptionRequest has an invalid child 'subscription' but if I check the XSD here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I see that the ARBUpdateSubscriptionRequest has these two child elements: subscriptionId, subscription&lt;/P&gt;&lt;P&gt;but the error says about: List of possible elements expected: 'refId, subscriptionId'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;xs:element name="subscriptionId" type="anet:numericString"/&amp;gt;&amp;lt;xs:element name="subscription" type="anet:ARBSubscriptionType"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can you tell me what's wrong?&lt;/P&gt;&lt;P&gt;I'm using konakart (a java based shopping cart system)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andras.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:46:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47647#M24055</guid>
      <dc:creator>abalogh</dc:creator>
      <dc:date>2014-09-30T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error with ARBUpdateSubscriptionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47657#M24060</link>
      <description>&lt;P&gt;You have to follow the exact sequence. do you have the subscriptionID before subscription?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 16:01:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47657#M24060</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-30T16:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error with ARBUpdateSubscriptionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47659#M24061</link>
      <description>&lt;P&gt;What is confusing why the error says " List of possible elements expected: 'refId, subscriptionId' "&lt;/P&gt;&lt;P&gt;There is no 'refId' in the schema here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 16:21:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47659#M24061</guid>
      <dc:creator>abalogh</dc:creator>
      <dc:date>2014-09-30T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error with ARBUpdateSubscriptionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47665#M24064</link>
      <description>&lt;P&gt;refid is in &amp;lt;xs:extension base="anet:ANetApiRequest"&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 19:09:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47665#M24064</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-09-30T19:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error with ARBUpdateSubscriptionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47675#M24069</link>
      <description>&lt;P&gt;Sorry, it was my mistake the subscriptionId was not set correctly so it was not sent as part of ARBUpdateSubscriptionRequest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping :)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 11:44:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-with-ARBUpdateSubscriptionRequest/m-p/47675#M24069</guid>
      <dc:creator>abalogh</dc:creator>
      <dc:date>2014-10-01T11:44:44Z</dc:date>
    </item>
  </channel>
</rss>

