php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62900 Wrong namespace on xsd import error message
Submitted: 2012-08-22 22:59 UTC Modified: -
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: victor dot prieto at avature dot net Assigned:
Status: Open Package: SOAP related
PHP Version: 5.3.16 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-08-22 22:59 UTC] victor dot prieto at avature dot net
Description:
------------
Hi,

please take a look at:

svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_schema.c?revision=321634&view=markup

line 121:

soap_error2(E_ERROR, "Parsing Schema: can't import schema from '%s', unexpected 'targetNamespace'='%s'", location, ns->children->content);

'targetNamespace' placeholder value corresponds to new_tns->children->content and not to ns->children->content

Thanks,

Vic

Expected result:
----------------
The error should render the targetNamespace found on the referenced XSD file and not the value of the namespace attribute of the import tag on the referencing XSD file

Actual result:
--------------
The error shows the 'namespace' import tag attribute as the 'targetNamespace' value

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC