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.jsphttps://10.7.0.5:8443/ccmcip/xmldirectory.jspMy 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?