Commit | Date | |
---|---|---|
[r238]
by
mikaelcom
[UPDATE] updates initiated by the pull request https://github.com/mikaelcom/WsdlToPhp/pull/11 |
2013-05-23 11:51:47 | Tree |
[r237]
by
mikaelcom
[UPDATE] minor fix and improvements Fix generic WsdlClass::__set_state() method in order to instantiate dynamically the object without any parameters. Improve "from schema" meta storage by providing the constant WsdlToPhpModel::META_FROM_SCHEMA and two methods WsdlToPhpModel::setFromSchema() and WsdlToPhpModel::getFromSchema(). These two methods are then used within WsdlToPhpGenerator methods to store this information. |
2013-05-14 22:05:30 | Tree |
2013-05-07 17:22:45 | Tree | |
[r235]
by
mikaelcom
[UPDATE] adding __set_state() method and enhancements Add generic WsdlClass::__set_state() method in order to allow var_export() result to be used. This method is also added to each generated Struct class. Ensure that PHP reserved methods are not overridden in WsdlToPhpModel |
2013-04-23 21:14:27 | Tree |
2013-04-19 16:18:24 | Tree | |
2013-04-18 20:23:50 | Tree | |
2013-04-11 19:06:08 | Tree | |
[r231]
by
mikaelcom
[UPDATE] bug fix and improvements Fix generated setSoapHeader method in service classes Improve WsdlToPhpModel class in order to ensure that none of the WsdlClass methods is overriden by a WSDL operation |
2013-04-10 16:13:53 | Tree |
[r230]
by
mikaelcom
[UPDATE] new WsdlClass methods Adding two methods : getLastRequest and getLastResponse in order to get respectively the last request and the last reponse as a DOMDocument or as a formated XML string |
2013-04-08 16:59:00 | Tree |
[r229]
by
mikaelcom
[UPDATE] SoapHeader setters and "from schema" meta SoapHeader setters are now generated first so the sample file will call them first as it should be done if you need to set SoapHeaders. They are also more efficient on namespace definition and on parameters naming. The meta information "from schema" is introduced in each generated Struct and Enum class in order to identify the origin of the class. It's pretty useful when WSDL includes/imports numerous schemas. |
2013-04-06 03:40:59 | Tree |