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

Problem in getting Real Time information in CCM 5.0

ravindra.trb
Level 1
Level 1

Hi monteiro,

Thanks for your reply

my SOAP Request is :

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://schemas.cisco.com/ast/soap/" xmlns:types="http://schemas.cisco.com/ast/soap/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<soap:Header>

<soap:Action>"http://schemas.cisco.com/ast/soap/action/#RisPort#SelectCmDevices"</soap:Action>

<tns:AstHeader id="id1">

<SessionId xsi:type="xsd:string"></SessionId>

</tns:AstHeader>

</soap:Header>

<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

<tns:SelectCmDevice>

<CmSelectionCriteria href="#id1"/>

</tns:SelectCmDevice>

<tns:CmSelectionCriteria id="id1" xsi:type="tns:CmSelectionCriteria">

<MaxReturnedDevices xsi:type="xsd:unsignedInt">10</MaxReturnedDevices>

<Class xsi:type="tns:string">Any</Class>

<Model xsi:type="xsd:unsignedInt">255</Model>

<Status xsi:type="tns:string">Any</Status>

<SelectBy xsi:type="tns:string">Name</SelectBy>

</tns:CmSelectionCriteria>

<SelectItems soapenc:arrayType="tns:SelectItem[]">

<SelectItem><Item xsi:type="xsd:string">SEP0017951612345</Item></SelectItem>

<SelectItem><Item xsi:type="xsd:string">SEP001320012346</Item></SelectItem>

</SelectItems>

</soap:Body></soap:Envelope>

i am sending this message to the URL is endPointUrl="https://ccmusername:ccmpassword@ccmPORTnumber:8443/realtimeservice/services/RisPort";

for this message iam getting empty response from CCM.can u please tell me where iam doing wrong, it is very urgent for me

condition: i have to send all MacId's to the CCM 5.0 at a time

Thanks in advanced

Regard's

Ravindra

1 Reply 1

venca.balak
Level 1
Level 1

did you solve this problem, pls?