<?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: &amp;lt;!--This API has been processed by GAXL not AXL--&amp;gt; in Management</title>
    <link>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5021444#M4186</link>
    <description>&lt;P&gt;I can reproduce the problem if version 14 SOAPAction and XMLNS are included:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;POST https://cucm15:8443/axl/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "CUCM:DB ver=14.0 listCCAProfiles"
Content-Length: 426
Host: cucm15:8443
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/16.0.2)

&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:listCCAProfiles xmlns:ns="http://www.cisco.com/AXL/API/14.0"&amp;gt;
         &amp;lt;searchCriteria&amp;gt;
            &amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;
         &amp;lt;/searchCriteria&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;ccaId&amp;gt;
            &amp;lt;/ccaId&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:listCCAProfiles&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;(Returns zero records)&lt;/P&gt;
&lt;P&gt;However, specifying version 15 seems to work:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;POST https://cucm15:8443/axl/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "CUCM:DB ver=15.0 listCCAProfiles"
Content-Length: 426
Host: cucm15:8443
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/16.0.2)

&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:listCCAProfiles xmlns:ns="http://www.cisco.com/AXL/API/15.0"&amp;gt;
         &amp;lt;searchCriteria&amp;gt;
            &amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;
         &amp;lt;/searchCriteria&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;ccaId&amp;gt;
            &amp;lt;/ccaId&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:listCCAProfiles&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;The request &lt;STRONG&gt;listCCAProfiles&lt;/STRONG&gt; exists in CUCM v14, so AFAIK this should work and is likely a bug in v15, albeit with workaround of sending v15 in the AXL request.&lt;/P&gt;
&lt;P&gt;I've created defect # CSCwj06815 to track the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 19:51:36 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2024-02-20T19:51:36Z</dc:date>
    <item>
      <title>&lt;!--This API has been processed by GAXL not AXL--&gt;</title>
      <link>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5020181#M4185</link>
      <description>&lt;P&gt;We are issuing a&lt;FONT color="#0070d2"&gt;&lt;SPAN&gt;&lt;U&gt;&amp;nbsp;request on our newly installed CUCM 15 and I am getting nothing in the response despite having 3 records in that list. Our CUCM 14 works fine and returns the requested values.&lt;/U&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;POST /axl/ HTTP/1.1

&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&amp;lt;SOAP-ENV:Body&amp;gt;&amp;lt;axl:listCCAProfiles xmlns:axl="http://www.cisco.com/AXL/API/14.0"&amp;gt;&amp;lt;searchCriteria&amp;gt;&amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;&amp;lt;/searchCriteria&amp;gt;&amp;lt;returnedTags&amp;gt;&amp;lt;ccaId&amp;gt;&amp;lt;/ccaId&amp;gt;&amp;lt;/returnedTags&amp;gt;&amp;lt;/axl:listCCAProfiles&amp;gt;&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;

&lt;STRONG&gt;Sent 311 bytes in 111.616 mS:&lt;/STRONG&gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
 &amp;lt;SOAP-ENV:Body&amp;gt;
  &amp;lt;axl:listCCAProfiles xmlns:axl="http://www.cisco.com/AXL/API/14.0"&amp;gt;
   &amp;lt;searchCriteria&amp;gt;
    &amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;
   &amp;lt;/searchCriteria&amp;gt;
   &amp;lt;returnedTags&amp;gt;
    &amp;lt;ccaId&amp;gt;
    &amp;lt;/ccaId&amp;gt;
   &amp;lt;/returnedTags&amp;gt;
  &amp;lt;/axl:listCCAProfiles&amp;gt;
 &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;A name="2" target="_blank"&gt;&lt;/A&gt;
&lt;/LI-WRAPPER&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="2" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;HTTP/1.1 200 
Date: Sat, 17 Feb 2024 23:13:24 GMT
Content-Length: 274
Content-Type: text/xml;charset=ISO-8859-1
Server: 
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=31536000; includeSubdomains
Content-Security-Policy: default-src *; script-src * 'unsafe-inline' 'unsafe-eval';style-src * 'unsafe-inline'; img-src * data: 'unsafe-inline';
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block



&lt;STRONG&gt;Received 274 bytes in 0.076 mS:&lt;/STRONG&gt;
&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
 &amp;lt;soap:Body&amp;gt;
  &amp;lt;ns2:listCCAProfilesResponse xmlns:ns2="http://www.cisco.com/AXL/API/14.0"&amp;gt;
   &amp;lt;return/&amp;gt;
  &amp;lt;/ns2:listCCAProfilesResponse&amp;gt;
 &amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;
&amp;lt;!--This API has been processed by GAXL not AXL--&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;A name="2" target="_blank"&gt;&lt;/A&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 21:42:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5020181#M4185</guid>
      <dc:creator>lneyman</dc:creator>
      <dc:date>2024-02-18T21:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;!--This API has been processed by GAXL not AXL--&gt;</title>
      <link>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5021444#M4186</link>
      <description>&lt;P&gt;I can reproduce the problem if version 14 SOAPAction and XMLNS are included:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;POST https://cucm15:8443/axl/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "CUCM:DB ver=14.0 listCCAProfiles"
Content-Length: 426
Host: cucm15:8443
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/16.0.2)

&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:listCCAProfiles xmlns:ns="http://www.cisco.com/AXL/API/14.0"&amp;gt;
         &amp;lt;searchCriteria&amp;gt;
            &amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;
         &amp;lt;/searchCriteria&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;ccaId&amp;gt;
            &amp;lt;/ccaId&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:listCCAProfiles&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;(Returns zero records)&lt;/P&gt;
&lt;P&gt;However, specifying version 15 seems to work:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;POST https://cucm15:8443/axl/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "CUCM:DB ver=15.0 listCCAProfiles"
Content-Length: 426
Host: cucm15:8443
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.5.5 (Java/16.0.2)

&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns:listCCAProfiles xmlns:ns="http://www.cisco.com/AXL/API/15.0"&amp;gt;
         &amp;lt;searchCriteria&amp;gt;
            &amp;lt;ccaId&amp;gt;%&amp;lt;/ccaId&amp;gt;
         &amp;lt;/searchCriteria&amp;gt;
         &amp;lt;returnedTags&amp;gt;
            &amp;lt;ccaId&amp;gt;
            &amp;lt;/ccaId&amp;gt;
         &amp;lt;/returnedTags&amp;gt;
      &amp;lt;/ns:listCCAProfiles&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;The request &lt;STRONG&gt;listCCAProfiles&lt;/STRONG&gt; exists in CUCM v14, so AFAIK this should work and is likely a bug in v15, albeit with workaround of sending v15 in the AXL request.&lt;/P&gt;
&lt;P&gt;I've created defect # CSCwj06815 to track the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 19:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5021444#M4186</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2024-02-20T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;!--This API has been processed by GAXL not AXL--&gt;</title>
      <link>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5021561#M4187</link>
      <description>&lt;P&gt;Having adjusted the header to refer to the new version (which I thought I did, but apparently not) I am now able to run all of our commands on the CUCM 15.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:18:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/lt-this-api-has-been-processed-by-gaxl-not-axl-gt/m-p/5021561#M4187</guid>
      <dc:creator>lneyman</dc:creator>
      <dc:date>2024-02-20T22:18:54Z</dc:date>
    </item>
  </channel>
</rss>

