Administration XML Developer Forums

« Back to Administration XML Questions

AXL API ,slow response .

Combination View Flat View Tree View
Threads [ Previous | Next ]
Dears 
Iam using AXLAPI Service , but i faced some issues 
most important issue is : slow responess .
the request take one minute to response .  
how can I solve this issue ?
many thanks .

May I ask what platform / application do you use to connect the CUCM ?

visual studio c#
using 
axlapiservice.cs

no reply ?

You should try to use HTTP/HTTPS SOAP Request instead.

Regards.

Breno Lucena

You can check the AXL logs to see if the delay is occuring during AXL processing or in your client.
 
http://developer.cisco.com/web/axl/wikidocs?p_p_id=1_WAR_wikinavigationportlet_INSTANCE_i9JW&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&p_r_p_185834411_nodeId=803208&p_r_p_185834411_title=AXL+Case+Opening+Steps#axl
 
I would not normally expect to see AXL requests taking more than a second (usually less), unless you are performing a query that requires a lot of processing...

Dears 
Iam using AXLAPI Service , but i faced some issues 
most important issue is : slow responess .
the request take one minute to response .  
how can I solve this issue ?
many thanks .

 
There is a very high chance that your problem is with the time that it takes the .net framework to generate the xml serialization assembly.
 
Pre-generate the xml serialization assembly when using AXL on .net and your first response will be MUCH faster.