ID:               49226
 Updated by:       fel...@php.net
 Reported By:      richard at rjharrison dot org
-Status:           No Feedback
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: linux
 PHP Version:      5.3.0
 New Comment:

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/




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

[2009-10-15 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2009-10-09 10:17:18] evalds at 2egames dot com

I am using latest PHP 5.3 and still having this annoying bug - 
the easy quick fix for SoapServer error is to add header like (thank
you 
"stig dot woxholt at fotoknudsen dot no" for indentifiying the
problem).

To fix this you have to add content-length in your wsdl generator
code:

header('Content-Length: '.strlen($strWsdl));
echo $restOfWsdl;

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

[2009-10-07 18:30:16] sjo...@php.net

See also Bug #48216 PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra
content at the end of the doc

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

[2009-10-07 16:28:23] petro at eps1lon dot com

That should be 5.3.1RC1.

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

[2009-10-07 16:25:01] petro at eps1lon dot com

I was having the same problem with SoapClient under 5.3.0.  It is
working fine under 5.3.RC1.

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

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/49226

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

Reply via email to