ID: 49397 Comment by: persiancity at gmail dot com Reported By: persiancity at gmail dot com Status: Feedback Bug Type: *General Issues Operating System: Windows PHP Version: 5.3.0 New Comment:
yes. this is working when I save it on disk and call it locally. sorry I have not installed sniffer program. Previous Comments: ------------------------------------------------------------------------ [2009-08-28 10:15:45] [email protected] Thank you for your bug report. The problem you describe looks similar to bug #49226. Does it work correctly if you save the WSDL to disk before loading it? Could you make a dump of the HTTP connection with a sniffer? ------------------------------------------------------------------------ [2009-08-28 09:49:21] persiancity at gmail dot com 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49397&edit=1
