As far as I can tell, the last person to ask this here was told to consult the remoting_client portion of the .tar.gz file. Unfortunately, said portion merely documents how to use SOAP to manage mail. My company needs me to be able to manage DNS using a seperate, external PHP file accessing ISPConfig over SOAP. So, how do I do this?
Calling DNS functions is exactly the same then calling email functions. Look at the remoting_client folder, you find a lot of exmples there. If you compare them, then you see that they all contain the same code except of the function name that is called and thefunction parameters. So to manage dns, take on of the example files and then lookup the function name that you use for dns in the /usr/local/ispconfig/interface/lib/classes/remoting.inc.php file. The parameters in the $params array are identical to the column names in the database tables.