This was a step in the right direction.
(For my AJAX purposes it was important to add "&Content-Type=text/xml" to the end:
/XMII/Illuminator?service=admin&mode=CurrentProfile&Content-Type=text/xml)
However, this worked only when the logged-in user also happens to be an administrator. It doesn't work for just any user. Is there a way of obtaining the name of the logged-in user (and other info such as their roles would also be helpful!) even if that user isn't an administrator?
Greg