php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75747 Types have missing properties on SoapClient::__getTypes
Submitted: 2017-12-30 13:18 UTC Modified: 2017-12-30 13:31 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: iripvanwinkle at gmail dot com Assigned:
Status: Open Package: SOAP related
PHP Version: 7.2.0 OS: All
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: iripvanwinkle at gmail dot com
New email:
PHP Version: OS:

 

 [2017-12-30 13:18 UTC] iripvanwinkle at gmail dot com
Description:
------------
I include common schema, and this schema use only for included in other schemas.

When I call SoapClient::__getTypes it return types with missing properties.


Expected result:
----------------
struct User {
 int Amount;
 string CurrencyCode;
}

Actual result:
--------------
struct User {
}

Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-12-30 13:31 UTC] iripvanwinkle at gmail dot com
Example: https://gist.github.com/iRipVanWinkle/1313a4b86004d2bc1ca6cf0c64c5e8dd
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC