<?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: Re: AXL Proxy class between .NET app and CUCM in Management</title>
    <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600041#M2708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for the support!&lt;/P&gt;&lt;P&gt;I have asked the customer, he will try with the provided .NET framework version 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep you posted on this case, thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 07:45:56 GMT</pubDate>
    <dc:creator>j.buchmann</dc:creator>
    <dc:date>2014-03-04T07:45:56Z</dc:date>
    <item>
      <title>AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600027#M2694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Dears,&lt;BR /&gt; &lt;BR /&gt; we have upgraded CUCM version 8.6 to version 9.1.&lt;BR /&gt; &lt;BR /&gt; we used an .NET app which uses the AXL soap toolkit from Cisco and it worked fine in version 8.6 and not anymore in version 9.1.1.&lt;BR /&gt; Please find here what have done when the new version of cucm was installed :&lt;BR /&gt; &lt;BR /&gt; Download of the « axlsqltoolkit » on the Call Manager version 9.1.1&lt;BR /&gt; &lt;BR /&gt; On the readme document, we retrieve the asked files. &lt;BR /&gt; We launch the conversion with the described command : &lt;EM&gt;&lt;STRONG&gt;wsdl.exe AXLAPI.wsdl axlsoap.xsd&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt; This generate a file named « AXLAPIService.vb » which constitue a exploitable class for a .NET (vb) application.&lt;BR /&gt; &lt;BR /&gt; Afterwards, we include this in the project.&lt;BR /&gt; The issues begin, the class generate errors… we fix them.&lt;BR /&gt; &lt;BR /&gt; After errors corrections, the class compiles good..&lt;BR /&gt; &lt;BR /&gt; Then we add the prerequisites from the file « ReadMe.txt »&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; We recompile.&lt;BR /&gt; &lt;BR /&gt; We launch the project and then on the objet initialisation, I get this error message :&lt;BR /&gt; &lt;BR /&gt; &lt;EM&gt;Impossible de générer une classe temporaire (result=1).&lt;/EM&gt;&lt;BR /&gt; &lt;EM&gt;error CS0030: Impossible de convertir le type 'SoapAPI.UpdateSoftKeySetReqAddCallStates' en 'SoapAPI.UpdateSoftKeySetReqCallStates'&lt;/EM&gt;&lt;BR /&gt; &lt;EM&gt;error CS0030: Impossible de convertir le type 'SoapAPI.UpdateSoftKeySetReqAddCallStates' en 'SoapAPI.UpdateSoftKeySetReqRemoveCallStates'&lt;/EM&gt;&lt;BR /&gt; &lt;EM&gt;error CS0029: Impossible de convertir implicitement le type 'SoapAPI.UpdateSoftKeySetReqRemoveCallStates' en 'SoapAPI.UpdateSoftKeySetReqAddCallStates'&lt;/EM&gt;&lt;BR /&gt; &lt;EM&gt;error CS0029: Impossible de convertir implicitement le type 'SoapAPI.UpdateSoftKeySetReqCallStates' en 'SoapAPI.UpdateSoftKeySetReqAddCallStates'&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt; We have constated that the issue come from a wrong parsage of the WDSL and XSD file by the WDSL.exe program from Microsoft.&lt;BR /&gt; We have fixed the methods by replacing the ()() by () as advised by Microsoft.&lt;BR /&gt; &lt;BR /&gt; After recompiling and relaunch of the application, the message is :&lt;BR /&gt; &lt;BR /&gt; &lt;EM&gt;Une erreur s'est produite lors de la réflexion du type 'SoapAPI.APIRequest'.&lt;/EM&gt;&lt;EM&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/EM&gt;Could you please explain me / indicate me which can be the issue and how I can resolve it ? &lt;BR /&gt; &lt;BR /&gt; Thanks in advance!&lt;BR /&gt; &lt;BR /&gt; best regards,&lt;BR /&gt; Julien&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:18:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600027#M2694</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-01-27T07:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600028#M2695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for bringing this to our attention. We were able to reproduce the issue in the lab, and we are working on a workaround and a fix. I'll update this post with more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 20:54:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600028#M2695</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-06T20:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600029#M2696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I'm glad that you are working on it as this is an annoying issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking forward to your feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien Buchmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:30:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600029#M2696</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-02-07T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600030#M2697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround while we work on this issue, you can comment out the problematic class &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;EM&gt;UpdateSoftKeySetReq &lt;/EM&gt;&lt;/SPAN&gt;in the WSDL or you can comment out the generated code... assuming you are not needing to use this class right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 23:37:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600030#M2697</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-13T23:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600031#M2698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien / Adrienne&lt;/P&gt;&lt;P&gt;i looked into this, it doesn't seem to be an issue with WSDL file or axl issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i searched some forums around this error message&lt;/P&gt;&lt;P&gt;below link can be helpful, it is related to .Net framework only&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.microsoft.com/kb/948233/en-us" target="_blank"&gt;http://support.microsoft.com/kb/948233/en-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue can be due to lack of permission on windows TEMP folder for NETWORK SERVICE account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve this issue, assign NETWORK SERVICE the following permissions on C:\Windows\Temp;&lt;/P&gt;&lt;P&gt;List Folder / Read Data&lt;/P&gt;&lt;P&gt;Delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 12:19:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600031#M2698</guid>
      <dc:creator>ankurs</dc:creator>
      <dc:date>2014-02-14T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600032#M2699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the replies. However, we have tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the total rights on c:\Windows\Temp and also on c:\temp\ but the issue still persists. &lt;/P&gt;&lt;P&gt;It's really on the file (.vb) generation that the issue resides : &lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;« wsdl.exe AXLAPI.wsdl axlsoap.xsd l :vb »&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to generate and provide for us the class that you are able to compile? With that, we could go ahead and make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 12:57:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600032#M2699</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-02-17T12:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600033#M2700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have confirmed with Microsoft that this is a bug in .Net. This is a known problem in XmlSerializer Code Generation component: it cannot handle some cases of nested unbounded elements.&amp;nbsp; The Object Model it creates is not valid, so user cannot use it to produce XML messages.&lt;/P&gt;&lt;P&gt;They have provided a blog post for reference: &lt;/P&gt;&lt;P&gt;&lt;A href="http://webservices20.blogspot.in/2010/02/net-wcf-bug-cannot-convert-type-to.html" title="http://webservices20.blogspot.in/2010/02/net-wcf-bug-cannot-convert-type-to.html"&gt;Yaron Naveh's Web Services 2.0 Blog: .Net / Wcf bug: Cannot convert type 'System.DateTime[]' to 'System.DateTime'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have showed us a workaround to change the WSDL. I will have the team update the WSDL for .Net use and then post it on this forum thread when it is ready.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to know what we will be changing, we will need to modify all schema constructs that have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;lt;xs:sequence maxOccurs="unbounded"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;nbsp; &amp;lt;xs:element ../&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;nbsp; &amp;lt;xs:element maxOccurs="unbounded"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: red;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have to be changed to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:sequence maxOccurs="unbounded"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;nbsp; &amp;lt;xs:element ../&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:attribute name="tmp" type="xs:string" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;And &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;nbsp; &amp;lt;xs:element maxOccurs="unbounded"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:sequence&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&amp;lt;xs:attribute name="tmp" type="xs:string" /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;Adding that extra attribute will force XmlSerializer code generator to use a class with array member and proper XmlSerialization attributes for the construct, instead of an unwrapped array.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00b050;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 17:10:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600033#M2700</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-19T17:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600034#M2701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your support, but I have seen that you have replied with a message containing the updated AXLSoap.xsd and that you have deleted this post. Is it normal? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 08:18:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600034#M2701</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-02-25T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600035#M2702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accidentally posted the wrong version. We'll have the 9.1 schema up shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:47:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600035#M2702</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-25T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600036#M2703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok thanks. I'll keep an eye on this post for the uploaded schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:51:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600036#M2703</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-02-25T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600037#M2704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for the delay. We are still working on 9.1 schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 23:04:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600037#M2704</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-25T23:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600038#M2705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok great news, thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:34:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600038#M2705</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-02-26T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600039#M2706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will updated schemes be released for the other affected schemes? I have had the same issue with the v10 schema. I've tried under V2008 VS2010 and VS2012 and get the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 13:24:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600039#M2706</guid>
      <dc:creator>levinsky</dc:creator>
      <dc:date>2014-02-26T13:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600040#M2707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of .NET Framework are you using? We are able to update the schema so that it works in .NET 4.0, but we are seeing some issues in 4.5.&lt;/P&gt;&lt;P&gt;Attached is the new schema. Please let me know if this works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 20:54:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600040#M2707</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-02-27T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600041#M2708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for the support!&lt;/P&gt;&lt;P&gt;I have asked the customer, he will try with the provided .NET framework version 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll keep you posted on this case, thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 07:45:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600041#M2708</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-03-04T07:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600042#M2709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi levinsky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enclosed is an updated 10.0 AXLSoap.xsd which I believe corrects the problem.&amp;nbsp; Also enclosed is a diff file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We made modifications to the problematic updateSoftKeySetReq request schema, based on the (working) updateUserGroup schema.&amp;nbsp; There should be no functional effect on client or server side with respect to the actual XML transmitted/received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrienne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 17:54:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600042#M2709</guid>
      <dc:creator>amoherek</dc:creator>
      <dc:date>2014-03-04T17:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600043#M2710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tests done are good, the provided file works as designed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to thank you for this support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Julien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:39:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600043#M2710</guid>
      <dc:creator>j.buchmann</dc:creator>
      <dc:date>2014-03-06T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AXL Proxy class between .NET app and CUCM</title>
      <link>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600044#M2711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrienne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for these - I will test this over the weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ken.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 02:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-proxy-class-between-net-app-and-cucm/m-p/3600044#M2711</guid>
      <dc:creator>levinsky</dc:creator>
      <dc:date>2014-03-07T02:38:05Z</dc:date>
    </item>
  </channel>
</rss>

