<?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 Create Shipping Address in CIM, C# in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55789#M30627</link>
    <description>&lt;P&gt;C# in .NET 4.6.2, API from the .net Nuget 1.9.0 package... essentially stock example code from the API docs and the GitHub page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been able to delete, but can't update or create new shipping addresses. I haven't checked payment profiles yet. Profile creation works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a sandbox account. Creds are good, and this used to work. I don't have a production account yet, so I don't know if it's a sandbox-only issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Controller response is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error is:&amp;nbsp; E00003:The element 'address' 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: 'phoneNumber, faxNumber, email, customerAddressId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before you tell me that the elements need to be in a specific order... I'm not building the XML/json by hand... so how do I specify the order of elements when using the .NET API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2016 00:14:04 GMT</pubDate>
    <dc:creator>drchilds</dc:creator>
    <dc:date>2016-09-21T00:14:04Z</dc:date>
    <item>
      <title>Create Shipping Address in CIM, C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55789#M30627</link>
      <description>&lt;P&gt;C# in .NET 4.6.2, API from the .net Nuget 1.9.0 package... essentially stock example code from the API docs and the GitHub page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been able to delete, but can't update or create new shipping addresses. I haven't checked payment profiles yet. Profile creation works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a sandbox account. Creds are good, and this used to work. I don't have a production account yet, so I don't know if it's a sandbox-only issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Controller response is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error is:&amp;nbsp; E00003:The element 'address' 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: 'phoneNumber, faxNumber, email, customerAddressId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before you tell me that the elements need to be in a specific order... I'm not building the XML/json by hand... so how do I specify the order of elements when using the .NET API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 00:14:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55789#M30627</guid>
      <dc:creator>drchilds</dc:creator>
      <dc:date>2016-09-21T00:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shipping Address in CIM, C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55790#M30628</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/679"&gt;@drchilds﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using using the unmodified&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/blob/master/CustomerProfiles/CreateCustomerShippingAddress.cs" target="_self"&gt;Create Customer Address Profile sample code&lt;/A&gt;&amp;nbsp;and it's failing, I suggest opening an issue on GitHub which will notify the development team directly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you've made modifications to the sample code in your application, it may help to post your code here for us to examine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:45:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55790#M30628</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-09-21T01:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shipping Address in CIM, C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55816#M30648</link>
      <description>&lt;P&gt;Well, there seems to be some kind of mapping issue that I haven't pinned down. Using the Gateway providers and abstracted classes found at &amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-dotnet" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-dotnet&lt;/A&gt; do work. Not sure what's going on, but I'm able to move forward at least.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:02:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Shipping-Address-in-CIM-C/m-p/55816#M30648</guid>
      <dc:creator>drchilds</dc:creator>
      <dc:date>2016-09-22T20:02:27Z</dc:date>
    </item>
  </channel>
</rss>

