ID:               38163
 User updated by:  imthiazj2 at hcl dot in
 Reported By:      imthiazj2 at hcl dot in
-Status:           Feedback
+Status:           Open
 Bug Type:         SOAP related
 Operating System: Solaris
 PHP Version:      5.1.4
 Assigned To:      dmitry
 New Comment:

Still it gets hangup.
Is it possible to mention non-blocking mode of connection in soap
request


Previous Comments:
------------------------------------------------------------------------

[2006-07-26 10:12:35] [EMAIL PROTECTED]

I cannot reproduce hangup.

1. May be your web server runs just one process and cannot accept
connection. Try to add "connection_timeout" into SoapClient
constructor.

$client = new SoapClient(NULL,
        array("connection_timeout => 10, ...

2. In case if you are calling one-way operation without response, you
should add additional argument (one_way operation) to __doRequest()
call.

result = $client->__doRequest("",$locationwithdata,"",1,1);





------------------------------------------------------------------------

[2006-07-25 14:57:59] imthiazj2 at hcl dot in

I don't connect to soap server, I connect it to http server.
Nothing is sent back to the php.

------------------------------------------------------------------------

[2006-07-25 09:23:32] [EMAIL PROTECTED]

SoapClient::__doRequest() shouldn't return fault it should return SOAP
response (XML representation).
Use SoapClient::__soapCall() instead and you will get fault.

BTW PHP shouldn't hang.
How does SOAP server respond?
(HTTP headers, timeouts, response body)

------------------------------------------------------------------------

[2006-07-24 09:48:59] imthiazj2 at hcl dot in

Hi,

I used the php version of 5.2. But still the problem is existing and
the whole apache is getting hang and not processing further request. It
needs restart of the apache.

Can you please help me overcome this problem.

Thanks
J.Imthiaz

------------------------------------------------------------------------

[2006-07-20 14:54:52] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38163

-- 
Edit this bug report at http://bugs.php.net/?id=38163&edit=1

Reply via email to