Did I miss the instructions somewhere on how to install the remoting framework for version 3? I see the examples in my tar.gz, but don't know how to install/enable it so that I can connect to the API.
Perhaps I am misunderstanding something then. In the remoting_client example.php there are these lines: Code: //* The URI to the remoting interface. Please replace with the URI to your real server $soap_location = 'http://'.$_SERVER["HTTP_HOST"].'/ispconfig3/interface/web/remote/index.php'; $soap_uri = 'http://'.$_SERVER["HTTP_HOST"].'/ispconfig3/interface/web/remote/'; What should I be replacing the $_SERVER["HTTP_HOST"] variable with? I've tried both my domain name and the IP where ISPConfig is installed and received page not found errors for both.
You have to replace the complete URLS and not jsut the variables with the correct URL's to the ispconfig interface on your server. The URL's in the example are for a loacl apache setup for testing and not for a real installed system. See the files in the examples folder, they contain also examples for the URL.