<?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: CIM createCustomerPaymentProfileRequest suddenly failing with schema error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfileRequest-suddenly-failing-with/m-p/19052#M10522</link>
    <description>&lt;P&gt;The sequence matter for their XML interface.&lt;/P&gt;&lt;P&gt;&amp;lt;company/&amp;gt; should be after &amp;lt;lastName /&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2011 20:32:30 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2011-11-17T20:32:30Z</dc:date>
    <item>
      <title>CIM createCustomerPaymentProfileRequest suddenly failing with schema error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfileRequest-suddenly-failing-with/m-p/19050#M10521</link>
      <description>&lt;P&gt;&lt;STRONG&gt;createCustomerPaymentProfileRequest&lt;/STRONG&gt; has suddenly started complaining about invalid elements. I've been sending these requests for weeks, and with no change to their content they're now being rejected. I've verified them against the CIM manual and all seems fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following is what I'm sending (data values obscured):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;createCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;...&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;...&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;customerProfileId&amp;gt;...&amp;lt;/customerProfileId&amp;gt;
  &amp;lt;paymentProfile&amp;gt;
    &amp;lt;billTo&amp;gt;
      &amp;lt;company&amp;gt;...&amp;lt;/company&amp;gt;
      &amp;lt;firstName&amp;gt;...&amp;lt;/firstName&amp;gt;
      &amp;lt;lastName&amp;gt;...&amp;lt;/lastName&amp;gt;
      &amp;lt;address&amp;gt;...&amp;lt;/address&amp;gt;
      &amp;lt;city&amp;gt;...&amp;lt;/city&amp;gt;
      &amp;lt;state&amp;gt;...&amp;lt;/state&amp;gt;
      &amp;lt;zip&amp;gt;...&amp;lt;/zip&amp;gt;
      &amp;lt;country&amp;gt;...&amp;lt;/country&amp;gt;
      &amp;lt;phoneNumber&amp;gt;...&amp;lt;/phoneNumber&amp;gt;
      &amp;lt;faxNumber&amp;gt;...&amp;lt;/faxNumber&amp;gt;
    &amp;lt;/billTo&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;...&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;...&amp;lt;/expirationDate&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
  &amp;lt;/paymentProfile&amp;gt;
&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The following is what I'm getting back:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;ErrorResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&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 'billTo' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'firstName' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'address, city, state, zip, country, phoneNumber, faxNumber' 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;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2011 19:37:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfileRequest-suddenly-failing-with/m-p/19050#M10521</guid>
      <dc:creator>siggimoo</dc:creator>
      <dc:date>2011-11-17T19:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfileRequest suddenly failing with schema error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfileRequest-suddenly-failing-with/m-p/19052#M10522</link>
      <description>&lt;P&gt;The sequence matter for their XML interface.&lt;/P&gt;&lt;P&gt;&amp;lt;company/&amp;gt; should be after &amp;lt;lastName /&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2011 20:32:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfileRequest-suddenly-failing-with/m-p/19052#M10522</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-11-17T20:32:30Z</dc:date>
    </item>
  </channel>
</rss>

