PHP 8.5.0 Alpha 4 available for testing

Voting

: min(four, seven)?
(Example: nine)

The Note You're Voting On

Dominik
17 years ago
If you are working
- on localhost
- in WSDL mode
and encounter the following error when you try to connect the soap client with the soap server

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host...

then change "localhost" to "127.0.0.1" in your WSDL file:
<soap:address location='http://127.0.0.1/soap-server.php'/>

<< Back to user notes page

To Top