[phpxmlrpc-devel] Getting started
Brought to you by:
ggiunta
From: Oliver M. <dow...@ho...> - 2003-04-20 11:08:34
|
Hello =20 I try to get a small "Hello, World!" XML-RPC application running on my = little intranet. But it doesn't work. I installed Apache 2.0.43(Win32) = and PHP 4.2.3 on Win2k. =20 I got the following errors: =20 Running only the server: faultCode 103, faultString XML error: no element found at line 1 =20 Running the client: errno 9, errstr : Bad file descriptor =20 And there is this problem with the apache server. If I use the send = method from the client ($result =3D $client->send($message, 40);) it is = not always possible to refresh the page. The server is not able to = complete the request. =20 I tried some examples from the books xml-rpc from O'Reily and = Professional PHP4 XML from wrox. But non of them works. =20 Who can help. I tried already for hours. |