Commit Graph

355 Commits

Author SHA1 Message Date
Andreas Schamberger 101169f7d6 convert to unix line endings 2011-10-16 19:49:24 +02:00
Andreas Schamberger cfe1a966ab added cURL tests 2011-10-16 19:41:34 +02:00
Andreas Schamberger c54b2925fe * fixed missing port number in WsdlDownloader
* fixed boolean assertions
2011-10-16 17:35:14 +02:00
Andreas Schamberger 98a916957c fix file header 2011-10-16 17:18:35 +02:00
Andreas Schamberger a766b054c2 Merge remote-tracking branch 'upstream/master' 2011-10-15 11:02:42 +02:00
Francis Besset 32259355d6 Deleted SoapServerFactory and used BeSimple\SoapServer\SoapServerBuilder to build the SoapServer 2011-10-12 22:01:50 +02:00
Francis Besset 0554e14a3e Renamed SoapServerBuilder::withHttpSession() to withPersistenceSession and added withPersistanceRequest() method 2011-10-12 21:57:00 +02:00
Francis Besset 70a85460c9 Used BeSimple\SoapCommon\Classmap for the webservice context 2011-10-12 21:08:59 +02:00
Francis Besset 4a7ec164e5 Updated Cache class 2011-10-11 22:41:32 +02:00
Francis Besset 004d88f564 Added SoapClientBuilder::withCompression() 2011-10-11 22:39:55 +02:00
Francis Besset d6c9074c94 Added SoapClientBuilder::withProxy() 2011-10-11 22:07:16 +02:00
Francis Besset 55a9b6e233 Fixed typo and added unit tests 2011-10-11 21:50:07 +02:00
Francis Besset f95a5177b1 Fixed typo and added unit tests 2011-10-11 21:24:32 +02:00
Francis Besset d3c31116c7 Replaced soap.client by soap.client.builder 2011-10-10 22:19:43 +02:00
Francis Besset 0f30119294 Added AbstractSoapBuilder::withWsdlCache() method 2011-10-10 22:18:20 +02:00
Francis Besset 24a912b50d Fixed typo 2011-10-10 20:13:42 +02:00
Francis Besset 40eacb99e5 Fixed typo 2011-10-10 20:13:16 +02:00
Francis Besset 9ce673b8cb Added Authentication in SoapClientBuilder 2011-10-10 00:40:21 +02:00
Francis Besset a9b1bdc714 Deleted SoapClient 2011-10-10 00:21:23 +02:00
Francis Besset c1a3059a95 Updated SoapServerBuilder 2011-10-10 00:08:06 +02:00
Francis Besset c243957bdf Added typemap and classmap in AbstractSoapBuilder 2011-10-10 00:05:15 +02:00
Francis Besset 46ced393ca Updated SoapClientBuilder 2011-10-10 00:02:20 +02:00
Francis Besset 676d5cb108 [TypeConverterCollection] Added get, set, has and addCollection methods 2011-10-09 22:17:39 +02:00
Francis Besset fffc5f71da Added Classmap::addClassmap() method 2011-10-09 22:12:54 +02:00
Francis Besset 28ed21530d Added SoapClientBuilder 2011-10-09 20:17:50 +02:00
Francis Besset 0d59bd2545 Fixed tests 2011-10-09 20:10:13 +02:00
Francis Besset b270a51ba5 Replaced CLRF by LF and cleaned files 2011-10-09 19:41:56 +02:00
Francis Besset cd2d8d90e8 Extended SoapServerBuilder with AbstractSoapBuilder of SoapCommon library 2011-10-09 19:35:08 +02:00
Francis Besset 15123e9719 Added AbstractSoapBuilder 2011-10-09 19:13:12 +02:00
Francis Besset 6d2e9d7634 Added user_agent option 2011-10-08 22:04:18 +02:00
Francis Besset bc9df9d2d7 [SoapClient] Added exceptions and user_agent options 2011-10-08 22:02:54 +02:00
Francis Besset 1d9bd2cdd3 Added besimple.soap.classmap service 2011-10-08 18:03:27 +02:00
Francis Besset 29a388eb7d [SoapClient] Added Classmap 2011-10-08 15:07:49 +02:00
Francis Besset 402f229971 Added Classmap 2011-10-08 15:02:55 +02:00
Francis Besset 94a8a8fec1 Updated SoapClient definition 2011-10-08 12:41:47 +02:00
Francis Besset 7be719ffc5 [SoapClient] Moved TypeConverterCollection parameter in the constructor 2011-10-08 12:22:17 +02:00
Andreas Schamberger cd14afe11e fixed file header 2011-10-03 21:03:46 +02:00
Christian Kerl 3bb6d3abd4 added method stubs to SoapServer 2011-10-03 13:35:37 +02:00
Andreas Schamberger 3040718c9d cs fixes 2011-10-02 12:23:59 +02:00
Andreas Schamberger 06ff1ab707 tests for WsdlDownloader and cs fixes 2011-10-02 12:09:19 +02:00
Christian Kerl 824919b537 added methods to SoapServerBuilder to add TypeConverterInterface and
TypeConverterCollection objects directly
2011-09-29 13:47:42 +02:00
Christian Kerl 642c50c051 added method to SoapServerBuilder to disable wsdl caching 2011-09-29 13:32:01 +02:00
Christian Kerl b8beb549f5 added .gitignore 2011-09-29 12:35:38 +02:00
Christian Kerl 3b9690101b SoapServerBuilder now uses constants from SoapCommon\Cache 2011-09-28 16:45:02 +02:00
Christian Kerl 07ff198822 added SoapServerBuilder offering simple interface to configure the
various options of a SoapServer
2011-09-28 16:40:10 +02:00
Christian Kerl 61946b30f8 initial checkin 2011-09-28 13:56:29 +02:00
Andreas Schamberger 713edb591c Initial commit for basic SoapClient enhancements. 2011-09-26 22:42:21 +02:00
Andreas Schamberger dfb2bcebb8 replace get_class($this) with __CLASS__ 2011-09-26 16:25:56 +02:00
Andreas Schamberger a46a42412e Renamed SoapClient to SimpleSoapClient 2011-09-26 15:52:03 +02:00
Francis Besset 0f86292fcb [Doc] Fixed typo 2011-09-24 13:44:10 +03:00