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

CCM 5.1 AXL cannot set line CSS to none

sgrancharov
Level 1
Level 1

I use .Net 2.0 framework with VS 2005 and proxy class generated by WSDL file provided by Cisco.

I use following code:

AXLAPI.AXLAPIService srv = new ConsoleApplication2.AXLAPI.AXLAPIService("CCMAdministrator", "turbinium");

srv.Url = @"https://192.168.66.216:8443/axl/";

UpdateLineReq line = new UpdateLineReq();

line.uuid = "{746f7358-61ae-aa62-7755-40b9410bbbaf}";

line.Item5ElementName = Item5ChoiceType1.shareLineAppearanceCSSId;

line.Item5 = "";

StandardResponse res = srv.updateLine(line);

My SOAP message is:

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><updateLine xmlns="http://www.cisco.com/AXL/API/1.0"><uuid xmlns="">{746F7358-61AE-AA62-7755-40B9410BBBAF}</uuid><callForwardAll xsi:nil="true" xmlns="" /><callForwardBusy xsi:nil="true" xmlns="" /><callForwardBusyInt xsi:nil="true" xmlns="" /><callForwardNoAnswer xsi:nil="true" xmlns="" /><callForwardNoAnswerInt xsi:nil="true" xmlns="" /><callForwardNoCoverage xsi:nil="true" xmlns="" /><callForwardNoCoverageInt xsi:nil="true" xmlns="" /><alertingName xsi:nil="true" xmlns="" /><shareLineAppearanceCSSId xmlns="" /></updateLine></soap:Body></soap:Envelope>

Code works fine with CCM 4.1 but doesn't work with CCM5.1

Does somebody have experience with setting calling search space to lines?

I use .Net 2.0 framework with VS 2005 and proxy class generated by WSDL file provided by Cisco.

I use following code:

AXLAPI.AXLAPIService srv = new ConsoleApplication2.AXLAPI.AXLAPIService("CCMAdministrator", "turbinium");

srv.Url = @"https://192.168.66.216:8443/axl/";

UpdateLineReq line = new UpdateLineReq();

line.uuid = "{746f7358-61ae-aa62-7755-40b9410bbbaf}";

line.Item5ElementName = Item5ChoiceType1.shareLineAppearanceCSSId;

line.Item5 = "";

StandardResponse res = srv.updateLine(line);

My SOAP message is:

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><updateLine xmlns="http://www.cisco.com/AXL/API/1.0"><uuid xmlns="">{746F7358-61AE-AA62-7755-40B9410BBBAF}</uuid><callForwardAll xsi:nil="true" xmlns="" /><callForwardBusy xsi:nil="true" xmlns="" /><callForwardBusyInt xsi:nil="true" xmlns="" /><callForwardNoAnswer xsi:nil="true" xmlns="" /><callForwardNoAnswerInt xsi:nil="true" xmlns="" /><callForwardNoCoverage xsi:nil="true" xmlns="" /><callForwardNoCoverageInt xsi:nil="true" xmlns="" /><alertingName xsi:nil="true" xmlns="" /><shareLineAppearanceCSSId xmlns="" /></updateLine></soap:Body></soap:Envelope>

Code works fine with CCM 4.1 but doesn't work with CCM5.1

Does somebody have experience with setting calling search space to lines?

0 Replies 0