Cisco Unified Application Environment Developer Forums

« Back to Developers

How to authenticate against /ccmcip/authenticate.jsp programatically

Combination View Flat View Tree View
Threads [ Previous | Next ]
We have Cisco Unified Call Manager 8 environment in which I want to write a reporting app.
I want to try out the following approach -
Every device contacts an authentication server, and gets a list of its own placed/received/missed calls.
I want to authenticate against this server as a device, programatically, and get the same list of calls for every device. These are the two XML services that I have come across by reading the documentation.
https://10.7.0.5:8443/ccmcip/authenticate.jsp
https://10.7.0.5:8443/ccmcip/xmldirectory.jsp
My question is, how do I authenticate against the authenticate.jsp service using .NET? I'm not asking for code per say (if you have thats great), but some overview/process of how to do this. Maybe a documentation page?