<?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: Is it possible to reduce times of AXL reference creation? in Management</title>
    <link>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430648#M208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Yes it's possible. A lot of work though. It looks easier if you removing code from generated c#, the compiler helping you by giving warnings. I'm thinking about creating tool for automatic generating with selecting only required features.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 04:51:08 GMT</pubDate>
    <dc:creator>wizzard344</dc:creator>
    <dc:date>2016-04-13T04:51:08Z</dc:date>
    <item>
      <title>Is it possible to reduce times of AXL reference creation?</title>
      <link>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430645#M205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm using C# with api 8.0 scheme and .NET framework 3.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the AXL object creation the reference contains all events and methods in the class.&lt;/P&gt;&lt;P&gt;"AXLAPIService AXL = new AXLAPIService("192.168.1.55", "axluser", "axlpassword");"&lt;/P&gt;&lt;P&gt;this action takes something like 30 sec.&lt;/P&gt;&lt;P&gt;Is it possible to reduce times?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:51:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430645#M205</guid>
      <dc:creator>lior look</dc:creator>
      <dc:date>2016-02-17T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reduce times of AXL reference creation?</title>
      <link>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430646#M206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you can speed up.&lt;/P&gt;&lt;P&gt;I got around it by declaring AXL as static variable so it will still be around on next use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 20:56:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430646#M206</guid>
      <dc:creator>brian.larochelle</dc:creator>
      <dc:date>2016-04-06T20:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reduce times of AXL reference creation?</title>
      <link>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430647#M207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be possible to remove all of the parts of the AXL WSDL that pertain to requests and types that aren't used by your app (i.e. by manually editing the WSDL/schema files), then recompile.&amp;nbsp; This could potentially reduce the size/memory/init-time several orders of magnitude...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, you could remove/comment out the parts of the compiled code stubs that aren't referenced by your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having worked with AXL a long time, I'm definitely not convinced that going the WSDL/compile SOAP object route is much of a win vs. treating the API is an XML-over-HTTP web service handled more REST-style...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 21:10:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430647#M207</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2016-04-06T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reduce times of AXL reference creation?</title>
      <link>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430648#M208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Yes it's possible. A lot of work though. It looks easier if you removing code from generated c#, the compiler helping you by giving warnings. I'm thinking about creating tool for automatic generating with selecting only required features.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 04:51:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/is-it-possible-to-reduce-times-of-axl-reference-creation/m-p/3430648#M208</guid>
      <dc:creator>wizzard344</dc:creator>
      <dc:date>2016-04-13T04:51:08Z</dc:date>
    </item>
  </channel>
</rss>

