Menu

SVN Commit Log


Commit Date  
[r212] by mikaelcom

[UPDATE] enhancement and phpdoc for http://phpdoc.wsdltophp.com
Minor bug fix to extract documentations about structs
Adding test case samples and the biggest generated package cases
REview main WsdlToPhpGenerator class php doc block for http://phpdoc.wsdltophp.com

2013-01-17 10:18:40 Tree
[r211] by mikaelcom

[UPDATE] new features
Adding new feature : catch header informations that have to be sent when calling an operation. So if a SOAPHeader is required, it is indicated in the operation/function php doc (SOAPHeader : required). Moreover, the names and types of the SOAPHeader(s) are extracted from the WSDL and added to the operation/function php doc (SOAPHeaderNames and SOAPHeaderTypes) separated by a comma.
Wsdl location loading has been optimized
Don't add virtual struct (aka restriction and not enumeration) to the ClassMap array
Adding test case samples

2013-01-16 11:15:11 Tree
[r210] by mikaelcom

[UPDATE] update for documentation informations in order to catch all restriction informations but only if it's not an enumeration node plus ensure that it catches all nodes even if the first node is an enumeration node.

2013-01-15 14:02:16 Tree
[r209] by mikaelcom

[UPDATE] update to ensure that the generated class inherits from the *WsdlClass main class (if the option is enabled) when the struct inherits from another structs which is not a real struct

2013-01-15 13:36:15 Tree
[r208] by mikaelcom

[UPDATE] enhancements and bug fixes
Add owner feature in order to know the owner of a current struct attribute/value or the owner of a current function. The owner must be a WsdlToPhpModel object type.
Ensure case sensitive unique naming of methods (setters, getters and operations) by using generic WsdltoPhpModel::uniqueName() method.
Sort case sensitively return types in the getResult() method php doc.
Refactoring WsdlTophpStructValue::getCleanName() method fixes #6 Github issue concerning PHP Warning : Strict Standards: Declaration of WsdlToPhpStructValue::getCleanName() should be compatible with WsdlToPhpModel::getCleanName() in WsdlToPhpStructValue.php on line 107

2013-01-15 08:37:48 Tree
[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
[r206] by mikaelcom

[UPDATE] minor comment update to indicate test case for unclean operation name

2013-01-14 12:04:17 Tree
[r205] by mikaelcom

[UPDATE] bug fix when generating calls to unclean operation name

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.