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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

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: Wed Apr 24 04:01:30 2024 UTC