<?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 E00041 One or more fields in the profile must contain a value when creating a customer profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00041-One-or-more-fields-in-the-profile-must-contain-a-value/m-p/53756#M28842</link>
    <description>&lt;P&gt;I'm making a SOAP call to create a customer profile. I have copied the sample SOAP request from&amp;nbsp;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile." target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I have given my API login ID and transaction key. Below is my SOAP request message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns:soap="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;CreateCustomerProfile xmlns="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;https://api.authorize.net/soap/v1/"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;jCre.getApiLoginId()&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;jCre.getTransactionKey()&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;profile&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;CustomerPaymentProfileType&amp;gt;&lt;BR /&gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&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;4111111111111111&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2020-12&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;/CustomerPaymentProfileType&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;shipToList&amp;gt;&lt;BR /&gt;&amp;lt;CustomerAddressType&amp;gt;&lt;BR /&gt;&amp;lt;/CustomerAddressType&amp;gt;&lt;BR /&gt;&amp;lt;/shipToList&amp;gt;&lt;BR /&gt;&amp;lt;/profile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/CreateCustomerProfile&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I execute, I'm getting a HTTP response with an error code E00041. Please suggest what am I missing.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 11:20:41 GMT</pubDate>
    <dc:creator>altinaveen</dc:creator>
    <dc:date>2016-02-12T11:20:41Z</dc:date>
    <item>
      <title>E00041 One or more fields in the profile must contain a value when creating a customer profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00041-One-or-more-fields-in-the-profile-must-contain-a-value/m-p/53756#M28842</link>
      <description>&lt;P&gt;I'm making a SOAP call to create a customer profile. I have copied the sample SOAP request from&amp;nbsp;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile." target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?op=CreateCustomerProfile.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I have given my API login ID and transaction key. Below is my SOAP request message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;soap:Envelope xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns:soap="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;CreateCustomerProfile xmlns="&lt;A href="https://community.developer.cybersource.com/" target="_blank"&gt;https://api.authorize.net/soap/v1/"&amp;gt;&lt;/A&gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;jCre.getApiLoginId()&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;jCre.getTransactionKey()&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;profile&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;CustomerPaymentProfileType&amp;gt;&lt;BR /&gt;&amp;lt;customerType&amp;gt;individual&amp;lt;/customerType&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;4111111111111111&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2020-12&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;/CustomerPaymentProfileType&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfiles&amp;gt;&lt;BR /&gt;&amp;lt;shipToList&amp;gt;&lt;BR /&gt;&amp;lt;CustomerAddressType&amp;gt;&lt;BR /&gt;&amp;lt;/CustomerAddressType&amp;gt;&lt;BR /&gt;&amp;lt;/shipToList&amp;gt;&lt;BR /&gt;&amp;lt;/profile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/CreateCustomerProfile&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I execute, I'm getting a HTTP response with an error code E00041. Please suggest what am I missing.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 11:20:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00041-One-or-more-fields-in-the-profile-must-contain-a-value/m-p/53756#M28842</guid>
      <dc:creator>altinaveen</dc:creator>
      <dc:date>2016-02-12T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: E00041 One or more fields in the profile must contain a value when creating a customer profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00041-One-or-more-fields-in-the-profile-must-contain-a-value/m-p/53761#M28846</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#customer-profiles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;read the required fields&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 12:54:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00041-One-or-more-fields-in-the-profile-must-contain-a-value/m-p/53761#M28846</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-12T12:54:54Z</dc:date>
    </item>
  </channel>
</rss>

