From:             persiancity at gmail dot com
Operating system: Windows
PHP version:      5.3.0
PHP Bug Type:     *General Issues
Bug description:  SoapClient Error

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 bug report at http://bugs.php.net/?id=49397&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49397&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49397&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49397&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49397&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49397&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49397&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49397&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49397&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49397&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49397&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49397&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49397&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49397&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49397&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49397&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49397&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49397&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49397&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49397&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49397&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49397&r=mysqlcfg

Reply via email to