<div>What address are you sending the AXL commands to? It changed between 4.x and 5/6.&nbsp; Also since v5/6 only accept HTTPS now so the old HTTP does not work.&nbsp; I was getting errors sending over MSXML and there is a server varible you can include to ignore errors regarding the unsigned cert.&nbsp; This was with ASP not .net but should be similar.&nbsp; Here are the important snippets, if you want the whole script i can send it.</div>

<div>&nbsp;</div>
<div>&nbsp;const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056</div>
<div>xml.setOption 2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS</div>
<div>&nbsp;</div>
<div>&nbsp; xml.Open &quot;POST&quot;, &quot;<a href="https://webserver_or_ip:8443/axl/">https://WEBSERVER_OR_IP:8443/axl/</a>&quot;, False, &quot;username&quot;,&quot;password&quot;</div>
<div>&nbsp; &#39;Add Proper Headers<br>&nbsp; xml.setRequestHeader &quot;Authorization&quot;, &quot;Basic KJDljlkasjdlkJKJLKJLKjaslkdjflkJ==&quot;<br>&nbsp; xml.setRequestHeader &quot;Content-type&quot;, &quot;text/xml&quot;<br>&nbsp; xml.setRequestHeader &quot;POST&quot;, &quot;8443/axl&quot;<br>
&nbsp; xml.setRequestHeader &quot;Content-length&quot;, &quot;478&quot; //&lt;-- length in characters&nbsp; </div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Tue, Apr 15, 2008 at 5:38 PM, Adam &lt;<a href="mailto:cisco@adman.net" target="_blank">cisco@adman.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have a couple of AXL applications that I wrote using VBScript for a CUCM 4.x cluster that I am currently trying to migrate to use on a 6.x cluster. For some reason the only response that I am getting from the server is &quot;The AXL Web Service is working and accepting requests. Use HTTP POST to send a request.&quot;. I know that I am definitely doing a POST to the server and not a GET. I can change the URL back to a CM 4 cluster and everything works as expected. I thought at first it might have been a problem with the MS XML component not working correctly with HTTPS but I can POST to the 4.x server using HTTPS just fine. Has anyone done any AXL work on a 6.x server and possibly shed any light one what might be the problem?<br>
<br>Thanks,<br><font color="#888888">Adam<br></font><br>_______________________________________________<br>cisco-voip mailing list<br><a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br><br></blockquote></div><br>