cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
232
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11

Subject: RE: AXL api mangled http response from executesqlquery
Replied by: David Staudt on 22-06-2010 04:51:52 PM
My suspicion would be that potentially some of the user data could contain XML reserved characters that may not be getting escaped in the reply.  Enabling detailed AXL logging and checking same via RTMT may provide a clue.  Also narrowing the problem down to a specific user ID or profile, you could check the data in AXL admin (or via SQL from the UCM CLI) to see if you spot any problem characters.
 
If you don't discover anything, you can go ahead and attach the AXL logs here.
This document was generated from CDN thread

Created by: ujjwal kohli on 22-06-2010 02:07:27 PM
hi here is my axl call made to get the active logged in profiles on the server.
 
 
sqlQuery(String sql) {
  this.sql=sql;
  this.data="";
  
  this.query=
"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"[url=http://www.w3.org/2001/XMLSchema\">\n]http://www.w3.org/2001/XMLSchema\">\n" +
" <SOAP-ENV:Body>\n" +
"  <axl:executeSQLQuery xmlns:axl=\"http://www.cisco.com/AXL/API/1.0\"  sequence=\"1\">\n" +
"   <sql>"+sql+"</sql>\n" +
"  </axl:executeSQLQuery>\n" +
" </SOAP-ENV:Body>\n" +
"</SOAP-ENV:Envelope>\n";
 }
 
i am getting unexpected tag information in the response and also some tags are missing , info is as below.
 
<device>SEP001646A8A888</device><userdeviceprofile>EM_mulanj</userdeviceprofile><userid>mulanj</us></urow><row><device>SEP0014A8ACD6DC</device><userdeviceprofile>EM_rasomo</userdeviceprofile><userid> rasomo</userid>
<device>SEP0022555DFAD0</device><userdeviceprofile>EM_mahapd</userdeviceprofile><userid>mahapddevice>SEP001FCA35AF89</device><userdeviceprofile>EM_ssundar</userdeviceprofile><userid>ssundar</userid>
<device> SEP0018B97895FF </device><userdeviceprofile> EM_ramakar </userdeviceprofile><userid> ramakar </userid></
 
These mangled responses are observed while fetching 400 users device information who have logged in presently to the server , I wanted to know if this is a bug in CUCM 6.1(3) or what can be done in this case with random unknown responses from the server.

 
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links