[cisco-voip] AXL on CM 6

Matthew J. Hughes mattjhughes at gmail.com
Mon Apr 21 01:48:53 EDT 2008


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

 const SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS = 13056
xml.setOption 2, SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS

  xml.Open "POST",
"https://WEBSERVER_OR_IP:8443/axl/<https://webserver_or_ip:8443/axl/>",
False, "username","password"
  'Add Proper Headers
  xml.setRequestHeader "Authorization", "Basic
KJDljlkasjdlkJKJLKJLKjaslkdjflkJ=="
  xml.setRequestHeader "Content-type", "text/xml"
  xml.setRequestHeader "POST", "8443/axl"
  xml.setRequestHeader "Content-length", "478" //<-- length in characters




On Tue, Apr 15, 2008 at 5:38 PM, Adam <cisco at adman.net> wrote:

> 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 "The
> AXL Web Service is working and accepting requests. Use HTTP POST to send a
> request.". 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?
>
> Thanks,
> Adam
>
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20080420/fc46ca95/attachment.html 


More information about the cisco-voip mailing list