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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
22 + 8 = ?
Subscribe to this entry?

 
 [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: Sat May 11 01:01:31 2024 UTC