Dan-Anders Hook | Hi all, Is it just me, or is the "sequence" attribute no longer included in the AXL response? Is it obsoleted or am I missing something in the 8.5 request? I've tried several different requests. I've also tried to generate errors, where AXL previously returned the sequence but now it does not.
CUCM 7.1 Query - sequence returned
<?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <executeSQLQuery xmlns="http://www.cisco.com/AXL/API/7.1" sequence="44444"> <sql xmlns="">SELECT * from pickupgroup</sql> </executeSQLQuery> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <axl:executeSQLQueryResponse sequence="44444" xmlns:axl="http://www.cisco.com/AXL/API/7.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <return> <row> <pkid>b69d5e63-2901-4362-93b3-0042cc5e648a</pkid> <fknumplan_pickup>2747452d-8e8d-4b8a-a4ea-5514db49474c</fknumplan_pickup> <name>498156</name> <calledinfoenabled>f</calledinfoenabled> <callinginfoenabled>f</callinginfoenabled> <pickupnotificationtimer>6</pickupnotificationtimer> <tkpickupnotification>0</tkpickupnotification> </row> </return> </axl:executeSQLQueryResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> CUCM 8.5 Query - sequence not returned <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <getCCMVersion xmlns="http://www.cisco.com/AXL/API/8.5" sequence="1234"/> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns:getCCMVersionResponse xmlns:ns="http://www.cisco.com/AXL/API/8.5"> <return> <componentVersion> <version>8.6.2.22900(9)</version> </componentVersion> </return> </ns:getCCMVersionResponse> </soapenv:Body> </soapenv:Envelope>
Kind regards,
Dan |
| Please sign in to flag this as inappropriate. |