cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
607
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Alawi Alkaff on 21-03-2012 04:26:21 AM
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 .

Subject: RE: AXL API ,slow response .
Replied by: Sam Choi on 21-03-2012 05:31:52 AM
May I ask what platform / application do you use to connect the CUCM ?

Subject: RE: AXL API ,slow response .
Replied by: Alawi Alkaff on 21-03-2012 06:59:44 AM
visual studio c#
using 
axlapiservice.cs

Subject: RE: AXL API ,slow response .
Replied by: Alawi Alkaff on 25-03-2012 02:28:38 AM
no reply ?

Subject: RE: AXL API ,slow response .
Replied by: Breno Lucena on 26-03-2012 07:36:28 AM
You should try to use HTTP/HTTPS SOAP Request instead.

Regards.

Breno Lucena

Subject: RE: AXL API ,slow response .
Replied by: David Staudt on 26-03-2012 05:40:18 PM
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...
 
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...

Subject: RE: AXL API ,slow response .
Replied by: Brandon Thetford on 07-06-2012 03:58:32 PM
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.
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