From:             internet at cardiff dot fr
Operating system: Windows / Debian
PHP version:      5.2.6
PHP Bug Type:     SOAP related
Bug description:  WSDL Error  SOAP-ERROR  unresolved element 'ref'

Description:
------------
When parsing a validated WSDL Structure (WSDL is government issued)
php throws  : 
Error: WSDL Error Details: SOAP-ERROR: Parsing Schema: unresolved element
'ref'

Error is declared solved in 5.2.5 but is not...

Reproduce code:
---------------
 try
 {
        $client = new
SoapClient('http://www.cardiff.fr/test/wsdl/TestImmatService/TestImmatService.wsdl',

        array("trace" => true, "exceptions" => true, 'soap_version' =>
SOAP_1_2));
}

Expected result:
----------------
No errors thrown


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

Reply via email to