Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HiThanks to posts on this forum I have got AXLAPI working from C# with the modified WSDL I downloaded.What I want to be able to do is log a user on from the PC. I know how to do this using the EMS if I have the phone name (e.g. "SEP000DED6C2E47").I k...
Hi thereI am trying to use the AXL API and am receiving a 401.4 back from the web server. I know that IIS is mapping the user correctly as the username is logged in the IIS log file and 401.4 is "denied by filter". I am using the Administrator accoun...
Hi all,I have configured the local director to load balance several web sites on two real servers. One of these sites is required to be configured in backup mode.For some reason the local director is unable to detect the site has gone down (by stopp...
Thanks for your help Stephan.I had a look at the schema information that you suggested and was able to get the info I need by using the following query with the executeSQLQuery method.select d.name fromDeviceNumPlanMap dn,device d,NumPlan n where dn....
Thanks a lot Sascha that works. Becuase it is Basic authentication I assumed that user credentials I needed were the Windows Administrator whenin fact its an account in CCM. I suppose the SOAPISAPI must be dealing with the IIS authentication events i...
Hi StephanThanks for your reply.I get the same response if I access the URL http://callmanager/CCMApi/AXL/V1/SOAPISAPI.dll via the browser. We haven't changed the IIS setup to my knowledge.Any ideas?