What is the correct ISPConfig3 remote SOAP URL that I need to use
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.
|