Problem with soap - Error Fetching http headers
[email protected] (Radek Krejča)
| Newsgroups | php.general |
|---|---|
| Message-ID | <B2E0472020754D45B72E9B0CE35278CA999AD7D960@EXCHANGE.mail.starnet.cz> |
Hello, I am starting to make my first soap server/client. I found nice tutorial (manual pages on PHP is not detailed) and I have this server script: http://codeviewer.org/view/code:3131 boxing.wsdl looks: http://codeviewer.org/view/code:3132 and client script looks http://codeviewer.org/view/code:3133 (I am trying to experiment with user_agent without success) After running this I got http://codeviewer.org/view/code:3134 (full view) message - "Error Fetching http headers" What I have wrong? I am using lighttp with php-cgi and this test is possible to try on cutter.starnet.cz/soap.php (server) and cutter.starnet.cz/soap_client.php (client). Thank you Radek