php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79204 Unable to import schema
Submitted: 2020-01-31 18:21 UTC Modified: 2020-07-20 13:44 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: v-altruo at microsoft dot com Assigned: cmb (profile)
Status: Closed Package: Testing related
PHP Version: 7.2.27 OS: Windows Server 2016
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: v-altruo at microsoft dot com
New email:
PHP Version: OS:

 

 [2020-01-31 18:21 UTC] v-altruo at microsoft dot com
Description:
------------
Test fails across all builds regardless of nts/ts and opcache on/off. 

Failed Test Location: ext\soap\tests\bugs\bug76348.phpt

Expected result:
----------------
===DONE===

Actual result:
--------------
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from 'http://x-road.ee/xsd/x-road.xsd', unexpected 'targetNamespace'='http://x-road.ee/xsd/x-road.xsd' in C:\..\php-test-pack-7.2-latest\ext\soap\tests\bugs\bug76348.php:3
Stack trace:
#0 C:\..\php-test-pack-7.2-latest\ext\soap\tests\bugs\bug76348.php(3): SoapClient->SoapClient('C:\\..\\ph...', Array)
#1 {main}
  thrown in C:\..\php-test-pack-7.2-latest\ext\soap\tests\bugs\bug76348.php on line 3

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-02-01 09:45 UTC] cmb@php.net
-Assigned To: +Assigned To: remi
 [2020-02-01 09:45 UTC] cmb@php.net
This test uses a WSDL which points to an external resource, which
has recently been moved to another domain.  That has been fixed
already in PHP-7.3[1], and improved by not relying on that
external resource anymore[2].

Remi, what do you think about backporting the fix[1] to PHP-7.2?

[1] <http://git.php.net/?p=php-src.git;a=commit;h=2c2cbbbf55f82026655d4477e00a938200fdf79a>
[2] <http://git.php.net/?p=php-src.git;a=commit;h=49cbd23155d5c2ab72cc371b6fefa39bc8105b1a>
 [2020-07-20 13:44 UTC] cmb@php.net
-Status: Assigned +Status: Closed -Assigned To: remi +Assigned To: cmb
 [2020-07-20 13:44 UTC] cmb@php.net
Well, closing then. :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 02:01:36 2025 UTC