<?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 E00003 : Name cannot begin with the '+' character in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38159#M20892</link>
    <description>&lt;P&gt;I'm am using FileMaker Pro and the XML Post method to submit transactions including CIM. I am able to submit the following XML code successfully on a Mac using&amp;nbsp;the Mac version of FileMaker Pro 11 and the Troi URL plugin to handle the URL Post operation. However, when I run it on my client's Windows machine I get&amp;nbsp;the above error. There is no '+' value in&amp;nbsp;the code I'm posting so I'm baffled as to why the error is happening. The exact same code works fine on the Mac and I am able to use similar code to access other Gateways besides Authorize.net on both platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've substituted fake contact info below, but otherwise this is what is being submitted. Works on Mac, not on Windows.&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;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;123456789&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;****&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;profile&amp;gt;
    &amp;lt;merchantCustomerId&amp;gt;9569&amp;lt;/merchantCustomerId&amp;gt;
    &amp;lt;email&amp;gt;fred@bedrock.com&amp;lt;/email&amp;gt;
    &amp;lt;paymentProfiles&amp;gt;
      &amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;
      &amp;lt;billTo&amp;gt;
        &amp;lt;firstName&amp;gt;Fred&amp;lt;/firstName&amp;gt;
        &amp;lt;lastName&amp;gt;Flintstone&amp;lt;/lastName&amp;gt;
        &amp;lt;address&amp;gt;123 Bedrock Ave&amp;lt;/address&amp;gt;
        &amp;lt;city&amp;gt;Bedrock&amp;lt;/city&amp;gt;
        &amp;lt;state&amp;gt;NY&amp;lt;/state&amp;gt;
        &amp;lt;zip&amp;gt;11205&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;/billTo&amp;gt;
      &amp;lt;payment&amp;gt;
        &amp;lt;creditCard&amp;gt;
          &amp;lt;cardNumber&amp;gt;5555555555554444&amp;lt;/cardNumber&amp;gt;
          &amp;lt;expirationDate&amp;gt;2014-10&amp;lt;/expirationDate&amp;gt;
          &amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;
        &amp;lt;/creditCard&amp;gt;
      &amp;lt;/payment&amp;gt;
    &amp;lt;/paymentProfiles&amp;gt;
  &amp;lt;/profile&amp;gt;
  &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/65037c43a4320976404efcfbfb7afa25d3c5b02c/687474703a2f2f64656469636174696f6e746563686e6f6c6f676965732e636f6d2f696d616765732f4530303030335f4572726f72436f64652e6a7067" border="0" alt="Error Message" width="459" height="218" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jan 2014 04:51:59 GMT</pubDate>
    <dc:creator>wmloving</dc:creator>
    <dc:date>2014-01-04T04:51:59Z</dc:date>
    <item>
      <title>E00003 : Name cannot begin with the '+' character</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38159#M20892</link>
      <description>&lt;P&gt;I'm am using FileMaker Pro and the XML Post method to submit transactions including CIM. I am able to submit the following XML code successfully on a Mac using&amp;nbsp;the Mac version of FileMaker Pro 11 and the Troi URL plugin to handle the URL Post operation. However, when I run it on my client's Windows machine I get&amp;nbsp;the above error. There is no '+' value in&amp;nbsp;the code I'm posting so I'm baffled as to why the error is happening. The exact same code works fine on the Mac and I am able to use similar code to access other Gateways besides Authorize.net on both platforms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've substituted fake contact info below, but otherwise this is what is being submitted. Works on Mac, not on Windows.&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;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;123456789&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;****&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;profile&amp;gt;
    &amp;lt;merchantCustomerId&amp;gt;9569&amp;lt;/merchantCustomerId&amp;gt;
    &amp;lt;email&amp;gt;fred@bedrock.com&amp;lt;/email&amp;gt;
    &amp;lt;paymentProfiles&amp;gt;
      &amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&amp;gt;
      &amp;lt;billTo&amp;gt;
        &amp;lt;firstName&amp;gt;Fred&amp;lt;/firstName&amp;gt;
        &amp;lt;lastName&amp;gt;Flintstone&amp;lt;/lastName&amp;gt;
        &amp;lt;address&amp;gt;123 Bedrock Ave&amp;lt;/address&amp;gt;
        &amp;lt;city&amp;gt;Bedrock&amp;lt;/city&amp;gt;
        &amp;lt;state&amp;gt;NY&amp;lt;/state&amp;gt;
        &amp;lt;zip&amp;gt;11205&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;/billTo&amp;gt;
      &amp;lt;payment&amp;gt;
        &amp;lt;creditCard&amp;gt;
          &amp;lt;cardNumber&amp;gt;5555555555554444&amp;lt;/cardNumber&amp;gt;
          &amp;lt;expirationDate&amp;gt;2014-10&amp;lt;/expirationDate&amp;gt;
          &amp;lt;cardCode&amp;gt;123&amp;lt;/cardCode&amp;gt;
        &amp;lt;/creditCard&amp;gt;
      &amp;lt;/payment&amp;gt;
    &amp;lt;/paymentProfiles&amp;gt;
  &amp;lt;/profile&amp;gt;
  &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/65037c43a4320976404efcfbfb7afa25d3c5b02c/687474703a2f2f64656469636174696f6e746563686e6f6c6f676965732e636f6d2f696d616765732f4530303030335f4572726f72436f64652e6a7067" border="0" alt="Error Message" width="459" height="218" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2014 04:51:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38159#M20892</guid>
      <dc:creator>wmloving</dc:creator>
      <dc:date>2014-01-04T04:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 : Name cannot begin with the '+' character</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38161#M20893</link>
      <description>&lt;P&gt;The error said position 6, which is the space&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/2678551/when-to-encode-space-to-plus-or-20" target="_blank"&gt;http://stackoverflow.com/questions/2678551/when-to-encode-space-to-plus-or-20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sound like the url post operation is changing the space to a + sign.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2014 03:28:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38161#M20893</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-01-04T03:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: E00003 : Name cannot begin with the '+' character</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38365#M20993</link>
      <description>&lt;P&gt;Encoding did turn out to be the issue though it was more specifically related to the Troi URL Plugin (used with FileMaker) requiring the "-NotEncoded" switch to be set when submitting on the Windows platform. The suggestion put me on&amp;nbsp;the right track.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 19:03:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00003-Name-cannot-begin-with-the-character/m-p/38365#M20993</guid>
      <dc:creator>wmloving</dc:creator>
      <dc:date>2014-01-13T19:03:28Z</dc:date>
    </item>
  </channel>
</rss>

