cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2203
Views
0
Helpful
3
Replies

CUCM 10.5 AXL error

priyankasaini
Level 1
Level 1

hi All

I am getting this error within my application from CUCM 10.5

<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault xmlns:axis2ns182="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>axis2ns182:Client</faultcode><faultstring>The endpoint reference (EPR) for the Operation not found is https://localhost:8443/axl/services/AXLAPIService and the WSA Action = CUCM:DB ver=8.0 listPhoneTemplateByName</faultstring><detail /></soapenv:Fault></soapenv:Body></soapenv:Envelope>

Can anyone help me here?

Thanks

Regards

Priyanka

3 Replies 3

dcburleigh
Level 1
Level 1

* listPhoneTemplateByName is not an AXL method

* your request appears to be referring to CM version 8.0. The 8.0 API is not available in CM 10.0 ( look up AXL versioning).

Hi Darin

Thank you for your reply.

I checked AXL versioning and it says if no schema version is specified, 8.0 schema will be applied.

So does that not mean that 8.0 Schema is available for CUCM 10.0?

Thanks

Regards

Priyanka

10.0 does support 8.0.

Please check the AXL Versioning from AXL Developer Guide.

Checking the schema it doesn't appear that listPhoneTemplateByName is part of 8.0 or even 10.0 API

What kind of use case are you trying to achieve?

Regards,

Howard