ID: 46679 User updated by: internet at cardiff dot fr Reported By: internet at cardiff dot fr -Status: Feedback +Status: Open Bug Type: SOAP related Operating System: * PHP Version: 5.2.6 New Comment:
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.nycotix.net/test/wsdl/ImmatTestService/ImmatTestSe rvice.wsdl', array("trace" => true, "exceptions" => true, 'soap_version' => SOAP_1_2)); } Expected result: ---------------- No errors thrown Previous Comments: ------------------------------------------------------------------------ [2008-11-27 08:48:26] internet at cardiff dot fr No change, Tested with PHP Version 5.2.7RC5-dev Build Date Nov 26 2008 11:39:15 Still got : Error: WSDL Error Details: SOAP-ERROR: Parsing Schema: unresolved element 'ref' Thks to edit first post, we had a problem and do not wish to keep previous example publically available, and change code to: $client = new SoapClient('http://www.nycotix.net/test/wsdl/TestImmatService/TestImmatSe rvice.wsdl', array("trace" => true, "exceptions" => true, 'soap_version' => SOAP_1_2)); ------------------------------------------------------------------------ [2008-11-27 02:17:35] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2008-11-26 09:23:59] internet at cardiff dot fr 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 this bug report at http://bugs.php.net/?id=46679&edit=1