[cisco-voip] SelectCmDevice problem (CCM5)
Vladislav Senushkin
senushkinv at gmail.com
Wed Apr 4 11:49:33 EDT 2007
> Are you getting an error for all AXL calls ?
No. getPhone query works perfect.
> Or only for the SelectCmDevice call ?
SelectCmDevice query returns "No Handler found for SelectCmDevice" message
> Can you send me the complete query [SOAP Request]?
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
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>
<tns:AstHeader id="id1">
<SessionId xsi:type="xsd:string">1234</SessionId>
</tns:AstHeader>
</soap:Header>
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:SelectCmDevice>
<StateInfo xsi:type="xsd:string" />
<CmSelectionCriteria href="#id1" />
</tns:SelectCmDevice>
<tns:CmSelectionCriteria id="id1" xsi:type="tns:CmSelectionCriteria">
<MaxReturnedDevices xsi:type="xsd:unsignedInt">10</MaxReturnedDevices>
<Class xsi:type="tns:DeviceClass">Phone</Class>
<Model xsi:type="xsd:unsignedInt">255</Model>
<Status xsi:type="tns:CmDevRegStat">Any</Status>
<NodeName xsi:type="xsd:string" />
<SelectBy xsi:type="tns:CmSelectBy">DirNumber</SelectBy>
<SelectItems href="#id2" />
</tns:CmSelectionCriteria>
<soapenc:Array id="id2" soapenc:arrayType="tns:SelectItem[1]">
<Item href="#id3" />
</soapenc:Array>
<tns:SelectItem id="id3" xsi:type="tns:SelectItem">
<Item xsi:type="xsd:string">7718</Item>
</tns:SelectItem>
</soap:Body>
</soap:Envelope>
More information about the cisco-voip
mailing list