Commit | Date | |
---|---|---|
[r207]
by
mikaelcom
[UPDATE] blame update "don't generate structs that don't contain any attribute and don't inherit from generated struct" because some parent classes may not contain any attribut |
2013-01-14 14:52:00 | Tree |
2013-01-14 12:04:17 | Tree | |
2013-01-14 11:52:06 | Tree | |
[r204]
by
mikaelcom
[UPDATE] merge from pull request on github and don't generate structs that don't contain any attribute and don't inherit from generated struct |
2013-01-14 09:17:20 | Tree |
[r203]
by
mikaelcom
[UPDATE] minor update in order to avoid limitation on parameters type passed to operation when the value must be an Enumeration value (test case : http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl, NDFDgen($_latitude,$_longitude,$_product,$_startTime,$_endTime,$_unit,MyndfdStructWeatherParametersType $_myndfdStructWeatherParametersType) instead of NDFDgen($_latitude,$_longitude,MyndfdEnumProductType $_myndfdEnumProductType,$_startTime,$_endTime,MyndfdEnumUnitType $_myndfdEnumUnitType,MyndfdStructWeatherParametersType $_myndfdStructWeatherParametersType)) |
2013-01-02 13:03:06 | Tree |
[r202]
by
mikaelcom
[RELEASE]This release makes the WsdlToPhp class deprecated which is replaced by the WsdlToPhpGenerator class as for the samples.php file replaced by the samples-generator.php file. |
2013-01-02 11:24:30 | Tree |
[r201]
by
mikaelcom
[UPDATE] refactoring by adding WsdlToPhp::findSuitableParent() method which is used to find the suitable parent node of a node |
2012-12-17 22:44:27 | Tree |
[r200]
by
mikaelcom
[UPDATE] bug fix in WsdlToPhp::manageWsdlNodeImport() method because clean location wasn't kept at all. Bug fix for enumerations |
2012-12-17 21:58:25 | Tree |
[r199]
by
mikaelcom
[UPDATE] bug fix when generating struct that have restrictions but that aren't enumerations. Get restrictions informations and add them to php doc comment |
2012-12-11 21:59:27 | Tree |
[r198]
by
mikaelcom
[UPDATE] enhancements to avoid PHP warning and better schema location determination |
2012-12-06 21:43:32 | Tree |