Hi Guys! I'm trying to connect to ISPConfig3 on my server using SOAP scripts in the remote_client directory. However, I always seem to get the following error: SOAP Error: looks like we got no XML document I am using the following config in soap_config.php but it doesn't seem right. Does anyone have any suggestions? $soap_location = 'http://xxx.xxx.xxx.xxx:8080/remote/index.php'; $soap_uri = 'http://xxx.xxx.xxx.xxx:8080/remote/'; Thanks in advance.
Most likely you have ssl enabled for the ispconfig interface, so you have to use https instead of http for the soap url as well.
Hi - I just changed the code to https and i'm getting a different error now. SOAP Error: Could not connect to host
Ok, so you most likely use http and not https. Which URL do you use to connect to ispconfig interface when you login with your browser? The URL of the soap api is the same, you just add "/remote/index.php".