<?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 Error with AXLAPI.wsdl file in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4473612#M3159</link>
    <description>&lt;P&gt;Hello, I'm trying to access the CUCM using zeep python library and I'm having an issue with the client method. I'm loading ACLAPI.wsdl as a local file, so I defined:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WSDL_URL = 'file://C:\\Users\\dgonzalez\\Trans\\Devnet\\Schema 10.5\\AXLAPI.wsdl'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;client = Client(WSDL_URL, transport=transport)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I'm getting error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\dgonzalez\\Trans\\Devnet\\Schema 10.5\\AXLAPI.wsdl/AXLSoap.xsd'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The path is correct, but it is apparently adding the file AXLSoap.xsd after AXLAPI.wsdl, not sure way, I can't find that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego G.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 21:03:21 GMT</pubDate>
    <dc:creator>dgonzalez1</dc:creator>
    <dc:date>2021-09-24T21:03:21Z</dc:date>
    <item>
      <title>Error with AXLAPI.wsdl file</title>
      <link>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4473612#M3159</link>
      <description>&lt;P&gt;Hello, I'm trying to access the CUCM using zeep python library and I'm having an issue with the client method. I'm loading ACLAPI.wsdl as a local file, so I defined:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WSDL_URL = 'file://C:\\Users\\dgonzalez\\Trans\\Devnet\\Schema 10.5\\AXLAPI.wsdl'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;client = Client(WSDL_URL, transport=transport)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I'm getting error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\dgonzalez\\Trans\\Devnet\\Schema 10.5\\AXLAPI.wsdl/AXLSoap.xsd'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The path is correct, but it is apparently adding the file AXLSoap.xsd after AXLAPI.wsdl, not sure way, I can't find that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Diego G.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 21:03:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4473612#M3159</guid>
      <dc:creator>dgonzalez1</dc:creator>
      <dc:date>2021-09-24T21:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error with AXLAPI.wsdl file</title>
      <link>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4484753#M3169</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1251674"&gt;@dgonzalez1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be looking for a relevant path instead of an absolute path. Also, you might be able to create a function to strip "&lt;SPAN&gt;/AXLSoap.xsd" off the end of the&amp;nbsp;WSDL_URL string variable through splitting and joining.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 20:35:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4484753#M3169</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2021-10-12T20:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error with AXLAPI.wsdl file</title>
      <link>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4485540#M3170</link>
      <description>&lt;P&gt;Might check out this project, which demonstrates use of AXL with Python+Zeep in a number of use-cases:&amp;nbsp;&lt;A href="https://github.com/CiscoDevNet/axl-python-zeep-samples" target="_blank"&gt;https://github.com/CiscoDevNet/axl-python-zeep-samples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 19:20:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/error-with-axlapi-wsdl-file/m-p/4485540#M3170</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2021-10-13T19:20:45Z</dc:date>
    </item>
  </channel>
</rss>

