Menu

SVN Commit Log


Commit Date  
[r262] by mikaelcom

[UPDATE] enhancements for duplicated operations
Closes https://github.com/mikaelcom/WsdlToPhp/issues/24.

This now generates distinct methods for operations with distinct
parameter type. The generated method matching the operation is named
either with the parameter type (when there is only one parameter) or
with the md5 hash of the var_export value of the parameters.

2014-02-08 22:46:24 Tree
[r261] by mikaelcom

[UPDATE] enhancements and refactoring

Closes https://github.com/mikaelcom/WsdlToPhp/issues/25.

Simplification of the instantiation of Service objects in the
generated sample file by removing the SoapClient options parameter. By
default, the cache_wsdl is disabled, the wsdl_url is set with the WSDL
url used to generate the package and trace is set with true. The
VALUE_WSDL_URL constant has been added to the generated WsdlClass
defined with the WSDL url used to generate the package.

Remove trailing ?> in generator files/classes.

Add WsdlToPhpGenerator::getWsdl($_index) method to get any WSDL at any
position.

Enhance generated sample file with explanation about the optional
parameter allowing to override the SoapClient Options. Remove the $wsdl
parareter previously used to instantiate each Service object.

Avoid Struct object to reset SoapClient when it is instantiated when
calling the parent constructor.

2014-02-08 21:42:57 Tree
[r260] by mikaelcom

[UPDATE] constants
add WSDL_PASSWORD and WSDL_EXCEPTIONS constant and make WSDL_PASSWD and WSDL_EXCPTS constants deprecated

2014-01-07 20:02:19 Tree
[r259] by mikaelcom

[UPDATE] minor update

2013-12-04 22:00:37 Tree
[r258] by mikaelcom

[UPDATE] several updates based on Github updated files

2013-11-25 22:00:38 Tree
[r257] by mikaelcom

[UPDATE] debug option and simplification

Add debug option to display each call to audit() method in order to have a trace to each call

Simplify file writing by using file_put_contents and a really simple way to generate the file content

2013-11-24 17:31:45 Tree
[r256] by mikaelcom

[UPDATE] minor update for local location

2013-10-13 11:01:14 Tree
[r255] by mikaelcom

[UPDATE] remove useless location to parse

2013-10-10 04:28:32 Tree
[r254] by mikaelcom

[UPDATE] improve parameter and return types retrievement

2013-09-27 04:03:43 Tree
[r253] by mikaelcom

[UPDATE] minor updates

2013-09-17 21:29:14 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.