WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
422 stars 73 forks source link

Add missing XML built-in dataTypes #258

Closed mikaelcom closed 3 years ago

mikaelcom commented 3 years ago

Describe the bug For example, anySimpleType is not handled and is considered as a PHP class, which is not!

To Reproduce Use a WSDL containing an XML type that extends a anySimpleType.

Expected behavior It should be considered as a string value as the anyType built-in datatype.

Additional context Add missing XML built-in datatypes from https://www.w3.org/TR/xmlschema-2/#built-in-datatypes