<?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 WSDL Breaking Change on 11/3? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52838#M28042</link>
    <description>&lt;P&gt;same thing is happening to us. &amp;nbsp;only happening to already made accounts. &amp;nbsp;new accounts work though&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2015 17:39:47 GMT</pubDate>
    <dc:creator>carl</dc:creator>
    <dc:date>2015-11-03T17:39:47Z</dc:date>
    <item>
      <title>CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52828#M28035</link>
      <description>&lt;P&gt;Recently (may have been last night, from what I can tell), Authorize.Net inserted a "customerProfileId" field in the WSDL for the CIM CreateCustomerPaymentProfileResponseType. For older clients using the standard svcutil tool provided by the .NET Framework, this causes deserialization of the customerPaymentProfileId field to fail silently (returning zero) because the order of elements in the WSDL has changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I was left scratching my head as to why I was getting an "OK" response but a customerPaymentProfileId of zero. Once I started sniffing the responses over the wire, I noticed the new customerProfileId and noticed that was throwing the .NET serializer off. I'm posting this here in case other folks on .NET are caught off guard by this change. The solution is to simply re-run the tool to update the WSDL to the latest version.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 13:59:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52828#M28035</guid>
      <dc:creator>npiasecki</dc:creator>
      <dc:date>2015-11-03T13:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52831#M28036</link>
      <description>&lt;P&gt;I had a similar issue with the GetCustomerProfileResponseType returning all 0s for payment profiles. Updating the service reference did the trick. This code is not yet in production, but what would happen if it were?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 14:42:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52831#M28036</guid>
      <dc:creator>nwolford1</dc:creator>
      <dc:date>2015-11-03T14:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52832#M28037</link>
      <description>&lt;P&gt;I'm in production, I can tell you that it was a perfect storm: because they inserted it right smack in the middle of the response, the "Ok"/"Successful" part of the message element came through, but the customerPaymentProfileId came back as zero. So our system said "everything's great!" and saved a zero to the database -- then any future interactions against that payment were interpreted as declines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was through a combination of "there sure are a lot of declines this morning," then the sinking feeling of "I've not seen that message before," then "OMG why are they all zeroes," to "shouldn't there have been an exception", to "OK the first one happened around midnight", to wire sniffing the response, and then noticing the new element and guessing that was the culprit. So I had to fix all that, go through and manually look up the correct IDs to fix those customers and e-mail them, which was not a great way to start the morning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose our system should have sanity checked the ID returned from Authorize.Net and said "zero doesn't look right," but we always treated it as an opaque token. I doubt Authorize.Net will respond, as they seem more focused on JSON and POX endpoints than the SOAP ones.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 15:08:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52832#M28037</guid>
      <dc:creator>npiasecki</dc:creator>
      <dc:date>2015-11-03T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52834#M28038</link>
      <description>&lt;P&gt;Same thing is happening to us. Did we miss something that should have alerted us to this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:12:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52834#M28038</guid>
      <dc:creator>reedyb</dc:creator>
      <dc:date>2015-11-03T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52835#M28039</link>
      <description>&lt;P&gt;has anyone updated the wsdl and got themselves back online?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 17:22:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52835#M28039</guid>
      <dc:creator>lindashore</dc:creator>
      <dc:date>2015-11-03T17:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52836#M28040</link>
      <description>&lt;P&gt;were you able to update and get back online? we updated and we are still seeing errors&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 17:26:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52836#M28040</guid>
      <dc:creator>lindashore</dc:creator>
      <dc:date>2015-11-03T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52837#M28041</link>
      <description>&lt;P&gt;Yes. We were able to update and are now functioning.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 17:27:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52837#M28041</guid>
      <dc:creator>reedyb</dc:creator>
      <dc:date>2015-11-03T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52838#M28042</link>
      <description>&lt;P&gt;same thing is happening to us. &amp;nbsp;only happening to already made accounts. &amp;nbsp;new accounts work though&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 17:39:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52838#M28042</guid>
      <dc:creator>carl</dc:creator>
      <dc:date>2015-11-03T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52840#M28044</link>
      <description>&lt;P&gt;OK, why the hell would we need to update?&amp;nbsp; It seems a no-brainer that in most cases like this, the interface provider should version the interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It terrifies me to have my business dependent on a business that does stuff like this.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 17:50:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52840#M28044</guid>
      <dc:creator>quintus_slide</dc:creator>
      <dc:date>2015-11-03T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52846#M28050</link>
      <description>&lt;P&gt;Was there any announcement regarding this change?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 20:27:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52846#M28050</guid>
      <dc:creator>dpk</dc:creator>
      <dc:date>2015-11-03T20:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52847#M28051</link>
      <description>&lt;P&gt;Hello everyone&lt;BR /&gt;&lt;BR /&gt;I've reported this&amp;nbsp;issue to the product team for analysis.&lt;BR /&gt;&lt;BR /&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 20:36:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52847#M28051</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-11-03T20:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52849#M28053</link>
      <description>&lt;P&gt;&amp;nbsp;dpk, i checked the blog on the changes (&lt;A href="https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/bg-p/DeveloperBlog)" target="_blank"&gt;https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/bg-p/DeveloperBlog)&lt;/A&gt; and there is no announcement. &amp;nbsp; i chatted with the support and they said they did not announce since this is an "internal" change.&amp;nbsp;&amp;nbsp;they also said it was only affecting &amp;lt;1% of the customers, i hardly beleive that. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard, thanks we would really appreciate it. &amp;nbsp;changes like these needs to have a process such as proper testing and planning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i looked at the xsd&amp;nbsp;and it seems there is a new parameter in the "&lt;SPAN&gt;getCustomerPaymentProfileRequest" &amp;nbsp;method having a new parameter "unmaskExpirationDate", &amp;nbsp;i checked the documentation and that parameter is missing, i added a false and it seems to work. but the question is it a bug? &amp;nbsp;and theyre gonna fix it or is it a new change that we should change our applications for? &amp;nbsp;whatever case it is, it disrupts business. &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 00:22:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52849#M28053</guid>
      <dc:creator>carl</dc:creator>
      <dc:date>2015-11-04T00:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52859#M28060</link>
      <description>&lt;P&gt;We use AspDotNetStorefront as an ecommerce package. It integrates with Authorize.Net for credit card processing and does use CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to npiasecki who started this thread for the source of the problem. I was able to update the WSDL file. What I found is that the call to GetCustomerPaymentProfile has a new required Boolean parameter, unmaskedExpirationDate. Luckily, we have purchased the source for ADNSF, so I was able to update our source and add a false value to that new parameter. After that everything worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is unbelievable to me that Authorize.Net would add a new required parameter to a Get call and not announce the change. Why not make the parameter optional? To say that it affects &amp;lt;1% of customers is wholly beside the point, if it's even true. It is just bad programming, and we have certainly come to expect more from Authorize.Net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if Authorize.Net developers read this forum, but if you do, I hope you learn a lesson from this. This was NOT an "internal change". It affected two of our production sites for an entire day. And every AspDotNetStorefront customer who uses your payment processing has had the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ray Humphrey&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:57:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52859#M28060</guid>
      <dc:creator>trayhumphrey</dc:creator>
      <dc:date>2015-11-04T12:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52862#M28062</link>
      <description>&lt;P&gt;I want to echo the last few comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of our customers were impacted by this and we had to address the two changes we've identified in this thread so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a diff to compare the old WSDL to the current one and see quite a few other differences. &amp;nbsp;(Example, I see some attributes went from MinOccurs="1" to MinOccurs="0") &amp;nbsp;We are forced to push the fix up to production without completing&amp;nbsp;proper testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMO this affects way more than the 1%. &amp;nbsp;Even if it affects a small group, it is their duty to announce this breaking change -- and for us to determine if a change is necessary. &amp;nbsp;Makes me lose confidence with authorize.net and would definitely consider alternatives.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 15:19:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52862#M28062</guid>
      <dc:creator>Bill_Lansa</dc:creator>
      <dc:date>2015-11-04T15:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52864#M28064</link>
      <description>&lt;P&gt;well sure we can do changes, test it and push it to production. &amp;nbsp;but if the &lt;A href="http://www.authorize.net/content/dam/authorize/documents/CIM_XML_guide.pdf" target="_self"&gt;&lt;STRONG&gt;documentation&lt;/STRONG&gt; &lt;/A&gt;doesnt reflect the changes, it makes me think it is a bug. &amp;nbsp;and if they fix this, and that would also mean that we are going to roll back our changes as well. &amp;nbsp;that is really not acceptable. &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 16:31:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52864#M28064</guid>
      <dc:creator>carl</dc:creator>
      <dc:date>2015-11-04T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52870#M28069</link>
      <description>&lt;P&gt;The programmer who first generated the code from the WSDL is long gone, so I'm trying to pick up what needs to change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've gathered I need to regnerate the access code from the new changed WSDL - I think I can handle that. &amp;nbsp;Our code just referred to the WSDL at:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?wsdl" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?wsdl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the same location - they just changed the format in place? &amp;nbsp;Or is there a new WSDL somewhere else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate a little direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lance&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:57:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52870#M28069</guid>
      <dc:creator>lancetx</dc:creator>
      <dc:date>2015-11-04T21:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52871#M28070</link>
      <description>&lt;P&gt;We experienced the same issue starting 11/3 as well.&amp;nbsp;Specifically it was affecting&amp;nbsp;our&amp;nbsp;call to&amp;nbsp;CreateCustomerPaymentProfile,&amp;nbsp;where the customPaymentProfileId in the response was appearing as empty, due to their unannounced addition&amp;nbsp;of&amp;nbsp;the customerProfileId field above it.&amp;nbsp;I've been in contact with support and they're definitely aware of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An "Update Service Reference" through Visual Studio and a recompile did fix it for us. But like others on here, now I'm concerned that if they decide to roll back the change, they'll end up breaking all of us who have already worked around it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there's a thread about this on stack overflow:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/33509576/authorize-net-getcustomerprofile-not-returning-data/33528630#33528630" target="_blank"&gt;http://stackoverflow.com/questions/33509576/authorize-net-getcustomerprofile-not-returning-data/33528630#33528630&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:13:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52871#M28070</guid>
      <dc:creator>naalpert</dc:creator>
      <dc:date>2015-11-04T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52872#M28071</link>
      <description>&lt;P&gt;We have a Java application using the v1/SOAP interface into authorize.net. &amp;nbsp;I don't recall why, but we simply copied the files from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-java/tree/master/src/main/java/net/authorize/api/contract/v1" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/tree/master/src/main/java/net/authorize/api/contract/v1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;into our application. &amp;nbsp;With the recent changes we started getting the following error back from authorize.net :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;org.xml.sax.SAXException: Invalid element in net.authorize.api.soap.v1.CustomerPaymentProfileMaskedType - customerProfileId&lt;BR /&gt;at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:258)&lt;BR /&gt;at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)&lt;BR /&gt;at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)&lt;BR /&gt;at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)&lt;BR /&gt;at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)&lt;BR /&gt;at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were able to solve this problem my downloading a new WSDL ( via&amp;nbsp;&lt;A href="https://api.authorize.net/soap/v1/Service.asmx?WSDL" target="_blank"&gt;https://api.authorize.net/soap/v1/Service.asmx?WSDL&lt;/A&gt; ) &amp;nbsp;and modifying the class&amp;nbsp;&lt;SPAN&gt;CustomerPaymentProfileMaskedType. &amp;nbsp;The only modification need was to add the member field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="pl-k"&gt;private&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;long&lt;/SPAN&gt;&lt;SPAN&gt; customerProfileId;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we also had to add getter/setter for this method and include this field in the equals() and hashcode() methods, which is straightforward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the end, we have a "hack" fix for the problem, but we are disappointed in authorize.net communication both before and after this change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:18:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52872#M28071</guid>
      <dc:creator>studyblueops</dc:creator>
      <dc:date>2015-11-04T22:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52873#M28072</link>
      <description>&lt;P&gt;Generally, all .NET clients should have to do is update the WSDL. Pass in 'false' to the new parameter for unmasking the expiration date to maintain the previous behavior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, they have backed themselves into a corner: they cannot revert to the old WSDL without breaking customers who have already updated. I would not expect a resolution from Authorize.Net on this issue. An admission from them would be nice, but I would not expect that either. You can either update against the latest WSDL or find a new payment gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone at Authorize.Net seemed to be under the impression that adding additional fields was safe in terms of backwards compatibility. This is generally true for well-coded JSON and plain old XML endpoints. It's even true for SOAP/WSDL if it's added as a minOccurs="0" in a &lt;EM&gt;request&lt;/EM&gt; element. But it's not true for a SOAP/WSDL response element. Because WSDL is supposed to be a contract, the tools provided expect it not to change. The safest thing to do is to simply version the endpoint, which is why FedEx has 17 versions of their Ship WSDL. PayPal is on something like version 119. Internally, they map all of the older versions to the most up-to-date version and do some mapping back and forth, which is nice for everyone involved: clients are not worried about changes, and their developers are mainly focused on the latest version, since older clients pass through a cascade of compatibility mappings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could rant about Authorize.Net, but they will not change. Suffice it to say: we've been through hell the past 18 months. It used to be a great service, but something happened. Our last 2 clients on Authorize.Net will move off in 2016.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 02:56:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52873#M28072</guid>
      <dc:creator>npiasecki</dc:creator>
      <dc:date>2015-11-05T02:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: CIM WSDL Breaking Change on 11/3?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52890#M28083</link>
      <description>&lt;P&gt;Ironically the '&lt;SPAN&gt;unmaskExpirationDate' feature is something I have been waiting for for years, but on final release it broke certain requests when using generated entities with svcutil.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For me this was&amp;nbsp;GetCustomerProfile and unlike what some others have said I was not able to fix this merely by regenerating their WSDL because they added TWO fields to the response and FORGOT&amp;nbsp;to add them to the actual WSDL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CustomerPaymentProfileMaskedType&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;now returns the COMPLETELY REDUNDANT fields : &lt;STRONG&gt;billTo&lt;/STRONG&gt; and &lt;STRONG&gt;customerProfileId&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regenerating the Reference does NOT fix this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I assume if using their API DLL everything works fine, but many older carts haven't been touched in YEARS and this is a very bad breaking change.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I had to manually add these fields to a local copy of the WSDL as shown here:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/33509576/authorize-net-getcustomerprofile-not-returning-data" target="_self"&gt;http://stackoverflow.com/questions/33509576/authorize-net-getcustomerprofile-not-returning-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what /v1 in the URL is given that this is clearly not V1.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 22:41:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-WSDL-Breaking-Change-on-11-3/m-p/52890#M28083</guid>
      <dc:creator>simeyla</dc:creator>
      <dc:date>2015-11-05T22:41:33Z</dc:date>
    </item>
  </channel>
</rss>

