08-16-2008 04:00 AM - edited 03-15-2019 05:02 AM
Hi all, I'm racking my brain with this one.
I typed http://192.168.10.252/localdirectory into a web browser and was hoping to get an xml view of my CME phone directory instead I get an XML browser error:
âThe XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
________________________________________
XML document must have a top level element. Error processing resource 'http://192.168.10.252/localdirectory'
â
I'm trying to publish the directory on the intranet (using ASP) but so far I have had no luck getting the directory list. I have tried using the XML Api but all I can get is a list of extension numbers with no names using:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<axl xsi:type="request"
xmlns="http://www.cisco.com/AXL/1.0"
xsi:schemaLocation="http://www.cisco.com/AXL/1.0
http://gkar.cisco.com/schema/axlsoap.xsd">
<request xsi:type="ISgetExtension">
<ISgetExtension>
<ISExtNumber>all</ISExtNumber>
</ISgetExtension>
</request>
</axl>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any help on this would be greatly appreciated.
Thanks,
Craig.
08-18-2008 06:03 AM
try viewing the page source ,
looks like your problem is in some missing XML tags in the response or something.
08-18-2008 06:09 AM
Hi, I have tried this. I just get nothing when I try to view the source.
08-18-2008 06:44 AM
Hmm
try this:
http://yourCM-IP:8080/ccmcip/xmldirectorylist.jsp
(never rely on DNS when dealing with IP telephony) it will return an xml parse error (as happened with you) but again when you view the page source you will see the XML directory list.
P.S: this is for a list on IP phones added on call manager 6 , you van use the directories URL on the Phone's config page.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide