RE: [SOAP] [HTTP] Could not connect to host
[email protected] ("Christian Wenz")
| Newsgroups | php.soap |
|---|---|
| Message-ID | <00de01c7e11f$3b10a1d0$b131e570$@de> |
Hi, > Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect > to host in /var/www/myproject/login.php:19 > Stack trace: > #0 [internal function]: SoapClient->__doRequest(<?xml version="...', > 'http://localhos...', '', 1, 0) Maybe the server name in the WSDL (localhost?) is not correctly resolved on the live machine? Just a guess. Best regards Christian