ID: 30329
Updated by: [email]dmitry@php.net[/email]
Reported By: [email]thetaphi@php.net[/email]
-Status: Open
+Status: Feedback
Bug Type: SOAP related
Operating System: Solaris 9
PHP Version: 5.0.2
Assigned To: dmitry
New Comment:

You probably posted incomplete HTTP response. It must be terminated
with 0-size chunk. The failure could occur because of error in
"chunced" response or incomplete response.
I think the problem is in your SOAP server software.


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

[2007-02-15 09:15:13] [email]lsmith@php.net[/email]

I am seeing the same issue on PHP 5.1.6


HTTP/1.1 200 OK

Server: Apache-Coyote/1.1

X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0
date=200610162339)/Tomcat-5.5

Set-Cookie: JSESSIONID=DB0CD599DFF853F3A04B4B64819C4A7A; Path=/

Content-Type: text/xml;charset=UTF-8

Transfer-Encoding: chunked

Date: Thu, 15 Feb 2007 09:11:56 GMT



176

<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>

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

[2004-12-01 19:48:15] [email]thetaphi@php.net[/email]

Works fine. You even found the new URL of weservice during testing with
our application server... :)
-- Uwe

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

[2004-12-01 19:23:25] [email]dmitry@php.net[/email]

Fixed in CVS HEAD and PHP_5_0.

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

[2004-10-05 15:02:48] [email]thetaphi@php.net[/email]

incorrect. The EAServer does respond with HTTP/1.0. And in HTTP/1.0 you
can leave out the Content-Length (if unknown), because chunked encoding
cannot be used with 1.0

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

[2004-10-05 14:50:22] [email]derick@php.net[/email]

I don't think we should add workarounds around other buggy products.
This is violating the RFC iirc.

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

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
[url]http://bugs.php.net/30329[/url]

--
Edit this bug report at [url]http://bugs.php.net/?id=30329&edit=1[/url]