cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
622
Views
0
Helpful
4
Replies

IP Phone Services SDK

Nkechi Latunji
Level 1
Level 1

Hello

I installed the IP Phone Services SDK 4.1(1) and 7.1(2). I am getting the error when i try to browse the

http://localhost/Cisco IP Services/ASP/LocalizedDirectory/localizeddirectory.asp

XML Parsing Error: not well-formed

Location: http://localhost/Cisco%20IP%20Services/ASP/LocalizedDirectory/localizeddirectory.asp

Line Number 1, Column 26: <font face="Arial" size=2>

-------------------------^

I get this error on both versions of SDK. I used IE, Firefox and chrome, same issue.

4 Replies 4

Gergely Szabo
VIP Alumni
VIP Alumni

Hi,

yeah, it's because there was a problem with installing the package, so the web server returns HTML instead of XML.

IP phone expects XML and not HTML of course.

That HTML is probably a HTTP 404 error or something similar.

G.

Thanks, so what is the fix, because I have installed the package on 4 different machine (VM and Physical) and same issue. You just run the install package, nothing to the install, so what can be going wrong?

I can't give you the fix, I don't know what your problem is :-)

Try to get the source of the webpage giving that error. It probably contains the error message. Sorry, but is not a descriptive error message, I need the whole stuff.

G.

Hi

IMO the SDK (especially the AD directory bits) is cack. Much easier to roll your own.

https://supportforums.cisco.com/message/3026015#3026015

As Gergely says, you need to look at the error, and then work it out. What's not helping you is IE - as the return type of the data is probably XML, it's trying to display it as XML and failing to parse it. The first thing any web dev learns is that 'view source' is your friend :-)

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!