cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
551
Views
0
Helpful
1
Replies

Is UCCE 11.5 supports AXL UCCE 7.1

plukka
Level 1
Level 1

Hi

We have AddDevice( Phone) using AXL Web service reference of UCCE 7.1. It was working fine with UCCE 9.x version. But now we have upgraded UCCE 11.5 and same code is failing with ""System.Net.WebException: The request failed with HTTP status 599:"

Can one of you please let us know is 11.5 CUCM workes with UCCE 7.1 AXL reference.  or do i need to update web proxy with 11.5?



GetRoutePartitionRes routePartitionRes = _axlapiService.getRoutePartition(new GetRoutePartitionReq

{

Item = deviceProfile.CallManagerRoutePartition,

ItemElementName = ItemChoiceType52.partitionName

});

Service Reference.

/// <remarks/>

[System.Web.Services.Protocols.SoapDocumentMethodAttribute("CUCM:DB ver=7.1 getRoutePartition", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]

[return: System.Xml.Serialization.XmlElementAttribute("getRoutePartitionResponse", Namespace="http://www.cisco.com/AXL/API/7.1")]

public GetRoutePartitionRes getRoutePartition([System.Xml.Serialization.XmlElementAttribute("getRoutePartition", Namespace="http://www.cisco.com/AXL/API/7.1")] GetRoutePartitionReq getRoutePartition1) {

object[] results = this.Invoke("getRoutePartition", new object[] {

getRoutePartition1});

return ((GetRoutePartitionRes)(results[0]));

}

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

Per the AXL/CUCM version compatibility table here, it looks like you may need to update your app/script: Cisco DevNet: Administrative XML (AXL) -

If there have been no substantive changes in the particular AXL requests you use (quite likely) then you may just need to update the SOAPAction header and namespace to reflect a CUCM version within the compatible range:

CUCM:DB ver=7.1 getRoutePartition

and

http://www.cisco.com/AXL/API/7.1

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: