Stut wrote:
Andreas Schlicker wrote:
Hi all,
I'm writing an XML-REC client in PHP, based on the following example:
array(
'method' => "POST",
'header' => "Content-Type: text/xml",
'content' => $request
)));
$
Hi all,
I'm writing an XML-REC client in PHP, based on the following example:
array(
'method' => "POST",
'header' => "Content-Type: text/xml",
'content' => $request
)));
$file = file_get_contents("http://www.example.com/xmlrpc";, false, $context);
$response = xmlrpc_decode($file);
i
call takes longer than 5 minutes and there is no
interrupt? Is there some "special" XMLRPC timeout?
Any idea?
Andreas
Andreas Schlicker schrieb:
Hi all,
I'm using Apache/1.3.33 (Unix), PHP/5.0.3, mod_ssl/2.8.22, OpenSSL/0.9.6a.
I wrote a dummy script that is called by a Java
Hi all,
I'm using Apache/1.3.33 (Unix), PHP/5.0.3, mod_ssl/2.8.22, OpenSSL/0.9.6a.
I wrote a dummy script that is called by a Java program via XML-RPC,
waits for some time and replies the start and end times.
If the script sleeps for up to 5 minutes, it works perfectly fine.
However, I my
4 matches
Mail list logo