<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Attribute "sequence" not returned in 8.6?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8265157" />
  <subtitle>Attribute "sequence" not returned in 8.6?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8265157</id>
  <updated>2013-05-26T04:59:01Z</updated>
  <dc:date>2013-05-26T04:59:01Z</dc:date>
  <entry>
    <title>Automatic reply: New Message from Dan-Anders Hook in Administration XML (AX</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8302502" />
    <author>
      <name>Deepak Gupta</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8302502</id>
    <updated>2012-11-05T01:44:44Z</updated>
    <published>2012-11-05T01:44:44Z</published>
    <summary type="html">Hi

I am on business travel from 5th Nov 2012. I will rejoin the local office starting 8th Nov 2012.

During the travel duration I will have limited  access to mails/phone and as such, my responses might be delayed.  Please drop me a message and I will try to respond back to you as soon as possible.

If this is regarding an ongoing Advanced Services project then please reachout to the designated Cisco Project Manager for anything urgent.

Regards,
Deepak Gupta
Email: deepagup@cisco.com
Phone: +91 9899248292</summary>
    <dc:creator>Deepak Gupta</dc:creator>
    <dc:date>2012-11-05T01:44:44Z</dc:date>
  </entry>
  <entry>
    <title>RE: Attribute "sequence" not returned in 8.6?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8302491" />
    <author>
      <name>Dan-Anders Hook</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8302491</id>
    <updated>2012-11-05T01:44:06Z</updated>
    <published>2012-11-05T01:44:06Z</published>
    <summary type="html">I have fixed the XML in my post. As you can see I do send a sequence attribute but it is not echoed back. If I change namespace and Action header to 7.1 the sequence is echoed but not with axl version 8.x

Kind regards

Dan</summary>
    <dc:creator>Dan-Anders Hook</dc:creator>
    <dc:date>2012-11-05T01:44:06Z</dc:date>
  </entry>
  <entry>
    <title>RE: Attribute "sequence" not returned in 8.6?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8266395" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8266395</id>
    <updated>2012-11-02T16:52:03Z</updated>
    <published>2012-11-02T16:52:03Z</published>
    <summary type="html">Your example request/response didn't seem to display well in the forum, if needed you can attach a text file.
The sequence attribute is simply echoed back from the request, so if you're app includes 'sequence=1' then the response should also include 'sequence=1'.  The value is not generated by AXL.</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2012-11-02T16:52:03Z</dc:date>
  </entry>
  <entry>
    <title>Attribute "sequence" not returned in 8.6?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8265156" />
    <author>
      <name>Dan-Anders Hook</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8265156</id>
    <updated>2012-11-02T19:27:25Z</updated>
    <published>2012-11-02T16:09:36Z</published>
    <summary type="html">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

&lt;?xml version="1.0"?&gt;
&lt;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"&gt;
  &lt;SOAP-ENV:Body&gt;
    &lt;executeSQLQuery xmlns="http://www.cisco.com/AXL/API/7.1" sequence="44444"&gt;
      &lt;sql xmlns=""&gt;SELECT * from pickupgroup&lt;/sql&gt;
    &lt;/executeSQLQuery&gt;
  &lt;/SOAP-ENV:Body&gt;
&lt;/SOAP-ENV:Envelope&gt;


&lt;SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"&gt;
  &lt;SOAP-ENV:Header/&gt;
  &lt;SOAP-ENV:Body&gt;
    &lt;axl:executeSQLQueryResponse sequence="44444" xmlns:axl="http://www.cisco.com/AXL/API/7.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
      &lt;return&gt;
        &lt;row&gt;
          &lt;pkid&gt;b69d5e63-2901-4362-93b3-0042cc5e648a&lt;/pkid&gt;
          &lt;fknumplan_pickup&gt;2747452d-8e8d-4b8a-a4ea-5514db49474c&lt;/fknumplan_pickup&gt;
          &lt;name&gt;498156&lt;/name&gt;
          &lt;calledinfoenabled&gt;f&lt;/calledinfoenabled&gt;
          &lt;callinginfoenabled&gt;f&lt;/callinginfoenabled&gt;
          &lt;pickupnotificationtimer&gt;6&lt;/pickupnotificationtimer&gt;
          &lt;tkpickupnotification&gt;0&lt;/tkpickupnotification&gt;
        &lt;/row&gt;
      &lt;/return&gt;
    &lt;/axl:executeSQLQueryResponse&gt;
  &lt;/SOAP-ENV:Body&gt;
&lt;/SOAP-ENV:Envelope&gt;
    
CUCM 8.5 Query - sequence not returned    
    
&lt;?xml version="1.0"?&gt;
&lt;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"&gt;
  &lt;SOAP-ENV:Body&gt;
    &lt;getCCMVersion xmlns="http://www.cisco.com/AXL/API/8.5" sequence="1234"/&gt;
  &lt;/SOAP-ENV:Body&gt;
&lt;/SOAP-ENV:Envelope&gt;


&lt;?xml version='1.0' encoding='utf-8'?&gt;
&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&gt;
  &lt;soapenv:Body&gt;
    &lt;ns:getCCMVersionResponse xmlns:ns="http://www.cisco.com/AXL/API/8.5"&gt;
      &lt;return&gt;
        &lt;componentVersion&gt;
          &lt;version&gt;8.6.2.22900(9)&lt;/version&gt;
        &lt;/componentVersion&gt;
      &lt;/return&gt;
    &lt;/ns:getCCMVersionResponse&gt;
  &lt;/soapenv:Body&gt;
&lt;/soapenv:Envelope&gt;


Kind regards,

Dan</summary>
    <dc:creator>Dan-Anders Hook</dc:creator>
    <dc:date>2012-11-02T16:09:36Z</dc:date>
  </entry>
</feed>

