It even getting stranger: When I use the script on a different server, or from my home location, where 'myserverip' is my server IP address or my server URL like this :
$soap_location = 'https://myserverip:8080/remote/index.php';
$soap_uri = 'https://myserverip:8080/remote/';
I got a SOAP Fault.
When I run the same script on the SOAP server itself using
$soap_location = 'https://localhost:8080/remote/index.php';
$soap_uri = 'https://localhost:8080/remote/';
it works fine!!!
When I call the SOAP servers ISPConfig admin screen from a different server, using
'https://myserverip:8080' or 'https://myserverURL:8080' I got the login screen of ISPConfig, so it could not be a DNS problem.
I'm confused because I have tried it on different servers with ISPConfig and everywhere got the same result....
Last edited by minddigger; 22nd February 2013 at 07:37.
|