|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-08-28 10:15 UTC] sjoerd@php.net
[2009-08-28 10:31 UTC] persiancity at gmail dot com
[2009-08-31 20:14 UTC] sjoerd@php.net
[2009-09-08 01:00 UTC] php-bugs at lists dot php dot net
[2009-12-13 19:05 UTC] felipe@php.net
[2009-12-21 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
Description: ------------ I get thos error on PHP5.3 on Windows when try to use SoapClient. There is not error for same code in PHP 5.2 and above. Reproduce code: --------------- $client = new SoapClient('http://efyek.com/ws/pws.php?wsdl'); Actual result: -------------- Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://efyek.com/ws/pws.php?wsdl' : Extra content at the end of the document in class.p24.php:39 Stack trace: #0 class.p24.php(39): SoapClient->SoapClient('http://efyek.co...') #1 indexall.php(38): p24Class->connect() #2 {main} thrown in class.p24.php on line 39