|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-11-26 09:23 UTC] 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
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 19:00:02 2025 UTC |
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