|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-29 14:43 UTC] mfp@php.net
[2007-11-30 06:38 UTC] mfp@php.net
[2008-04-25 12:41 UTC] cem@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 17:00:01 2025 UTC |
Description: ------------ binding.soap: If the namespace used in the XSD that describes SDOs in an interface comes earlier in the alphabet than the namespace of the WSDL that describes the interface then SCA fails. _getSoapOperationSdo in proxy.php. Tries to get the SDO for the operation using the line: $xdoc = $xmldas->createDocument($method_name); No namespace is provided hence SDO pickes the first RootType. If it happens to pick the RootType for the data types rather than the RootType for the operation names (as it is defined first) then it fails to find $method_name as a child of the RootType.