Hi,
I recently wrote an administration module for our corporate Intranet system to allow for adding and removing of scalix users and groups etc.
Most of my functions talk directly on the command line of each mailnode, however that is because I wasn't fully aware of the management services api.
I want to now completely adapt my management system to use the soap api, however I cannot see where to post the soap calls.
I know that it must be somewhere beneath https://scalix.domain.com/api/ - as I know that the dav stuff is there, and the messaging services api examples in the documentation work when I go to the /user@domain/mailbox/INBOX etc etc
Where do I send the management services api soap requests??
Could someone please post the url that I need to send these requests to, and if you're so inclined any other info you think I might find useful?