<?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: AXL DB12 SOAPAction header correction needed: Api is malformed or in Management</title>
    <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541562#M3816</link>
    <description>&lt;P&gt;Cisco Supported has escalated SR 692879057 to the BU for review of logs etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 20:02:59 GMT</pubDate>
    <dc:creator>JaysonRCCL</dc:creator>
    <dc:date>2022-01-28T20:02:59Z</dc:date>
    <item>
      <title>AXL DB12 SOAPAction header correction needed: Api is malformed or miss</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4537106#M3806</link>
      <description>&lt;P&gt;My request works fine in 14.0.1.10000-20 but gives back 599 unsupported header in 14.0.1.11900-132.&amp;nbsp; DId something change in SU1 ? I have tried with both v12 and v14 database and fails with SU1.&amp;nbsp; Works fine in older verson of CallManager 14, just not SU1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[24/Jan/2022:05:23:04 +0000] 10.177.160.51 127.0.0.1 ctmodadmin - 8443 8443 POST /axl/ HTTP/1.0 200 309 479&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2022-01-24 05:23:04,278 INFO [http-nio-9446-exec-9] filters.TimingFilter - Request 1642170059555 received from user1 at ip 172.26.6.1 was processed in 276ms&lt;BR /&gt;2022-01-24 05:23:04,390 WARN [http-nio-9446-exec-14] wrappers.RequestHeaderWrapper - Client sent an unsupported header, SOAPAction= ["CUCM:DB ver=12.0"], attempting to auto correct.&lt;BR /&gt;2022-01-24 05:23:04,390 WARN [http-nio-9446-exec-14] wrappers.RequestHeaderWrapper - SOAPAction header correction needed: Api is malformed or missing&lt;BR /&gt;2022-01-24 05:23:04,390 INFO [http-nio-9446-exec-14] filters.AuthenticationFilter - Write into Audit Log --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 14:42:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4537106#M3806</guid>
      <dc:creator>Jason Aarons</dc:creator>
      <dc:date>2022-01-24T14:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4537140#M3807</link>
      <description>&lt;P&gt;Did you download and use the AXLAPI.wsdl in axlsqltoolkit.zip from 14.0.1.11900-132?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does your XML request look like?&amp;nbsp; If the first line looks something like this:&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;STRONG&gt;&lt;A href="http://www.cisco.com/AXL/API/12.5" target="_blank"&gt;http://www.cisco.com/AXL/API/12.5&lt;/A&gt;&lt;/STRONG&gt;"&amp;gt;&lt;/P&gt;
&lt;P&gt;(or 12.0 at the end) then you're using the wrong version. It should look like this:&lt;/P&gt;
&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;STRONG&gt;&lt;A href="http://www.cisco.com/AXL/API/14.0" target="_blank"&gt;http://www.cisco.com/AXL/API/14.0&lt;/A&gt;&lt;/STRONG&gt;"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are my guesses - could be something else.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 15:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4537140#M3807</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2022-01-24T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4538408#M3812</link>
      <description>&lt;P&gt;I would not have expected anything about AXL behaviour to change in an SR.&lt;/P&gt;
&lt;P&gt;Can you post the full HTTP packet contents of a sample request?&amp;nbsp; Looking at the log message, the SOAPAction header you're sending is probably OK, but just in case...&lt;/P&gt;
&lt;P&gt;If it is, then I would suggest opening a ticket with DevNet Developer Support so we can dig into the logs in more detail and possibly escalate to the AXL engineering team, as this could be a defect.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 17:49:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4538408#M3812</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-01-25T17:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541403#M3814</link>
      <description>&lt;P&gt;&lt;BR /&gt;2022-01-27 19:15:29 AXL Request&lt;BR /&gt;POST /axl/ HTTP/1.0&lt;BR /&gt;Host: 172.26.160.21:8443&lt;BR /&gt;SOAPAction: "CUCM:DB ver=12.0"&lt;BR /&gt;User-Agent: CTMaker2&lt;BR /&gt;Accept: text/*&lt;BR /&gt;Authorization: Basic Y3Rtb2RhZG1pbjo5d29uZGVyOA==&lt;BR /&gt;Content-Type: text/xml; charset="utf-8"&lt;BR /&gt;Content-Length: 1430&lt;/P&gt;&lt;P&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="http://www.cisco.com/AXL/API/12.0" target="_blank"&gt;http://www.cisco.com/AXL/API/12.0&lt;/A&gt;"&amp;gt;&amp;lt;soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;ns:updatePhone&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;SEP14AEDB0C324A&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;lines&amp;gt;&amp;lt;line uuid="{8FE74746-7FB6-67C0-6D2E-5F43439010CC}"&amp;gt;&amp;lt;index&amp;gt;1&amp;lt;/index&amp;gt;&amp;lt;label&amp;gt;LASSE TASKINEN&amp;lt;/label&amp;gt;&amp;lt;display&amp;gt;LASSE TASKINEN&amp;lt;/display&amp;gt;&amp;lt;dirn uuid="{44087D2B-197C-07D2-7A38-FB8DE3F6812D}"&amp;gt;&amp;lt;pattern&amp;gt;12620&amp;lt;/pattern&amp;gt;&amp;lt;routePartitionName uuid="{90767557-2476-4C11-93EB-EFF162A5AD10}"&amp;gt;PAX_Cabin_PT&amp;lt;/routePartitionName&amp;gt;&amp;lt;/dirn&amp;gt;&amp;lt;ringSetting&amp;gt;Ring&amp;lt;/ringSetting&amp;gt;&amp;lt;consecutiveRingSetting&amp;gt;Use System Default&amp;lt;/consecutiveRingSetting&amp;gt;&amp;lt;ringSettingIdlePickupAlert xsi:nil="true"/&amp;gt;&amp;lt;ringSettingActivePickupAlert xsi:nil="true"/&amp;gt;&amp;lt;displayAscii/&amp;gt;&amp;lt;e164Mask xsi:nil="true"/&amp;gt;&amp;lt;dialPlanWizardId xsi:nil="true"/&amp;gt;&amp;lt;mwlPolicy&amp;gt;Use System Policy&amp;lt;/mwlPolicy&amp;gt;&amp;lt;maxNumCalls&amp;gt;2&amp;lt;/maxNumCalls&amp;gt;&amp;lt;busyTrigger&amp;gt;1&amp;lt;/busyTrigger&amp;gt;&amp;lt;callInfoDisplay&amp;gt;&amp;lt;callerName&amp;gt;true&amp;lt;/callerName&amp;gt;&amp;lt;callerNumber&amp;gt;true&amp;lt;/callerNumber&amp;gt;&amp;lt;redirectedNumber&amp;gt;true&amp;lt;/redirectedNumber&amp;gt;&amp;lt;dialedNumber&amp;gt;true&amp;lt;/dialedNumber&amp;gt;&amp;lt;/callInfoDisplay&amp;gt;&amp;lt;recordingProfileName/&amp;gt;&amp;lt;monitoringCssName/&amp;gt;&amp;lt;recordingFlag&amp;gt;Call Recording Disabled&amp;lt;/recordingFlag&amp;gt;&amp;lt;audibleMwi&amp;gt;Default&amp;lt;/audibleMwi&amp;gt;&amp;lt;speedDial xsi:nil="true"/&amp;gt;&amp;lt;partitionUsage&amp;gt;General&amp;lt;/partitionUsage&amp;gt;&amp;lt;associatedEndusers/&amp;gt;&amp;lt;missedCallLogging&amp;gt;true&amp;lt;/missedCallLogging&amp;gt;&amp;lt;recordingMediaSource&amp;gt;Gateway Preferred&amp;lt;/recordingMediaSource&amp;gt;&amp;lt;/line&amp;gt;&amp;lt;/lines&amp;gt;&lt;BR /&gt;&amp;lt;/ns:updatePhone&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Body&amp;gt;&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2022-01-27 19:15:29 AXL Response (Retry=0)&lt;BR /&gt;HTTP/1.1 599&lt;BR /&gt;Set-Cookie: JSESSIONIDSSO=141EED10B568EDFD430506265D1FC099; Path=/; Secure; HttpOnly&lt;BR /&gt;Set-Cookie: JSESSIONID=0F81F19CEC3F4B89EC61367CE3784496; Path=/axl; Secure; HttpOnly&lt;BR /&gt;Content-Type: text/html;charset=utf-8&lt;BR /&gt;Content-Length: 2283&lt;BR /&gt;Date: Thu, 27 Jan 2022 18:15:29 GMT&lt;BR /&gt;Connection: close&lt;BR /&gt;Server:&lt;/P&gt;&lt;P&gt;&amp;lt;!-- custom Cisco error page --&amp;gt;&amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title&amp;gt; Cisco System - null &amp;lt;/title&amp;gt; &amp;lt;style type="text/css"&amp;gt; a { color: #316984; text-decoration: none; } a:hover { color: #316984; text-decoration: underline; } a:visted { color: #316984; text-decoration: none; } body { background-attachment: fixed; background-color: #ffffff; background-repeat: no-repeat; color: #316984; font-family: arial,helvetica,sans-serif; } #content { border: 1px solid #d6d7d6; font-size: 93.5%; margin: 0px 10% 30px 10%; } #content-header { background-color: #eeeeee; border-bottom: 1px solid #666666; color: #666666; font-size: 124.5%; padding: 5px 15px 5px 15px; } #copyright { font-size: 75%; margin: 0px 10% 0px 10%; padding: 3px 0px 0px 0px; text-align: right; } img { display: block; margin: 0px 0px 20px 0px; } #logo { margin: 30px 10% 0px 10%; } p { padding: 5px 15px 5px 15px; } pre { padding: 5px 15px 5px 30px; } &amp;lt;/style&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;div id="logo"&amp;gt; &amp;lt;img src="/ciscologo.gif" alt="Cisco Systems, Inc." /&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;div id="content"&amp;gt; &amp;lt;div id="content-header"&amp;gt;HTTP Status 599 – Incorrect axl version. Supported axl versions are 11.x, 12.x and 14.x. &amp;lt;/div&amp;gt; &amp;lt;p&amp;gt; &amp;lt;b&amp;gt; type: &amp;lt;/b&amp;gt; Status Report &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Message: &amp;lt;/b&amp;gt; Incorrect axl version. Supported axl versions are 11.x, 12.x and 14.x. &amp;lt;/p&amp;gt; &amp;lt;p&amp;gt; &amp;lt;b&amp;gt;Description: &amp;lt;/b&amp;gt; http.599 &amp;lt;/p&amp;gt; &amp;lt;/div&amp;gt; &amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 15:57:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541403#M3814</guid>
      <dc:creator>JaysonRCCL</dc:creator>
      <dc:date>2022-01-28T15:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541464#M3815</link>
      <description>&lt;P&gt;2022-01-28 00:10:19,445 WARN [http-nio-9446-exec-3] wrappers.RequestHeaderWrapper - Client sent an unsupported header, SOAPAction= ["CUCM:DB ver=12.0"], attempting to auto correct.&lt;BR /&gt;2022-01-28 00:10:19,445 WARN [http-nio-9446-exec-3] wrappers.RequestHeaderWrapper - SOAPAction header correction needed: Api is malformed or missing&lt;BR /&gt;2022-01-28 00:10:19,445 INFO [http-nio-9446-exec-3] filters.AuthenticationFilter - Write into Audit Log --&amp;gt;&lt;BR /&gt;2022-01-28 00:10:19,446 INFO [http-nio-9446-exec-3] servletRouters.AXLAlpha - Executing api: getLine in axis&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:40:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541464#M3815</guid>
      <dc:creator>JaysonRCCL</dc:creator>
      <dc:date>2022-01-28T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541562#M3816</link>
      <description>&lt;P&gt;Cisco Supported has escalated SR 692879057 to the BU for review of logs etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:02:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541562#M3816</guid>
      <dc:creator>JaysonRCCL</dc:creator>
      <dc:date>2022-01-28T20:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541613#M3817</link>
      <description>&lt;P&gt;If the eventual solution is interesting, I would be curious to know what it was...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI:&lt;/P&gt;
&lt;P&gt;Regular Cisco TAC/support generally does not support API/interface integration issues; apparently they are not demurring for this SR...more power to them &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cisco has a dedicated group - DevNet Developer Support - targeted at supporting developers/APIs.&amp;nbsp; DevNet case tickets directly reach a team of dedicated API experts, who daily handle these kinds of API issues and can usually get to understanding/troubleshooting/resolution much quicker than TAC (who often end up sending the developer to DevNet in the end anyway...)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.cisco.com/site/support/" target="_blank"&gt;https://developer.cisco.com/site/support/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 22:24:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4541613#M3817</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-01-28T22:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4547436#M3824</link>
      <description>&lt;P&gt;They are still working on identifying a bug as nothing is supposed to change with AXL when applying a SU;&lt;/P&gt;&lt;P&gt;According to our BU engineers, the current issue:&lt;/P&gt;&lt;P&gt;What you are experiencing is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="https://protect-us.mimecast.com/s/jQWZClY0B6u22E575F10s3V?domain=schemas.xmlsoap.org" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="https://protect-us.mimecast.com/s/Pvh1CmZkDXSjjlK2KCDJf44?domain=cisco.com" target="_blank"&gt;http://www.cisco.com/AXL/API/12.0&lt;/A&gt;"&amp;gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Should be this instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="&lt;A href="https://protect-us.mimecast.com/s/jQWZClY0B6u22E575F10s3V?domain=schemas.xmlsoap.org/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:ns="&lt;A href="https://protect-us.mimecast.com/s/Pvh1CmZkDXSjjlK2KCDJf44?domain=cisco.com" target="_blank"&gt;http://www.cisco.com/AXL/API/12.0&lt;/A&gt;" &lt;U&gt;xmlns:xsi="&lt;A href="https://protect-us.mimecast.com/s/DpHxCn5lEJT77Dq5qupNBCK?domain=w3.org" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&amp;gt; &lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you add the xmlns:xsi element to the tag, the request will work.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 13:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4547436#M3824</guid>
      <dc:creator>JaysonRCCL</dc:creator>
      <dc:date>2022-02-08T13:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: AXL DB12 SOAPAction header correction needed: Api is malformed or</title>
      <link>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4955219#M4132</link>
      <description>&lt;P&gt;Just to clarify there was an undocumented change in CallManager 14 SU2. If you add the xmlns:xsi element to the tag, the request will work&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 23:10:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/axl-db12-soapaction-header-correction-needed-api-is-malformed-or/m-p/4955219#M4132</guid>
      <dc:creator>Jason Aarons</dc:creator>
      <dc:date>2023-11-07T23:10:19Z</dc:date>
    </item>
  </channel>
</rss>

