Administration XML Developer Forums

« Back to Administration XML Questions

Sample AXL Browser application not working with CUCM 6

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,

i am new to CUCM 6.0 and try the AXL Browser Sample .. but i am not successful to connect to my CUCM 6.0

i get always the result:

description The requested resource (/CCMApi/AXL/V1/soapisapi.dll) is not available.

what do i wrong? for my it looks like the AXL Browser sample is for older CUCM only...

is there a newer sample in VC++ that works with CUCM6?

thanks for help

The axl request to CCM 5.x onwards has to be sent to:
https://<serverip>:8443:/axl/
and not to soapisapi.dll which was for windows Call Manager. Please go through the developer's guide for AXL for more details

http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guides_list.html


We currently do not have any examples for VC++

HTH

Thanks.
Madhukar

Right. The sample app you refer to works only with CM versions prior to CM5. For CM5 and higher, the AXL URL would need to be modified to its updated location, and transport would need to be changed to HTTPS.