Commit Graph

  • 7be719ffc5 [SoapClient] Moved TypeConverterCollection parameter in the constructor Francis Besset 2011-10-08 12:22:17 +0200
  • cd14afe11e fixed file header Andreas Schamberger 2011-10-03 21:03:46 +0200
  • 3bb6d3abd4 added method stubs to SoapServer Christian Kerl 2011-10-03 13:35:37 +0200
  • 3040718c9d cs fixes Andreas Schamberger 2011-10-02 12:23:59 +0200
  • 06ff1ab707 tests for WsdlDownloader and cs fixes Andreas Schamberger 2011-10-02 12:09:19 +0200
  • 824919b537 added methods to SoapServerBuilder to add TypeConverterInterface and TypeConverterCollection objects directly Christian Kerl 2011-09-29 13:47:42 +0200
  • 642c50c051 added method to SoapServerBuilder to disable wsdl caching Christian Kerl 2011-09-29 13:32:01 +0200
  • b8beb549f5 added .gitignore Christian Kerl 2011-09-29 12:35:38 +0200
  • 3b9690101b SoapServerBuilder now uses constants from SoapCommon\Cache Christian Kerl 2011-09-28 16:45:02 +0200
  • 07ff198822 added SoapServerBuilder offering simple interface to configure the various options of a SoapServer Christian Kerl 2011-09-28 16:40:10 +0200
  • 61946b30f8 initial checkin Christian Kerl 2011-09-28 13:56:29 +0200
  • 713edb591c Initial commit for basic SoapClient enhancements. Andreas Schamberger 2011-09-26 22:42:21 +0200
  • dfb2bcebb8 replace get_class($this) with __CLASS__ Andreas Schamberger 2011-09-26 16:25:56 +0200
  • a46a42412e Renamed SoapClient to SimpleSoapClient Andreas Schamberger 2011-09-26 15:52:03 +0200
  • 0f86292fcb [Doc] Fixed typo Francis Besset 2011-09-24 13:44:10 +0300
  • d29f0caa8d [SoapRequest] Returns null if headers is empty Francis Besset 2011-09-23 10:23:59 +0200
  • ec3866d5d1 Merge remote-tracking branch 'origin/master' into client Francis Besset 2011-09-22 00:18:34 +0200
  • edee6a4c72 [Doc] Updated header tutorial to specify global headers functionality Francis Besset 2011-09-22 00:16:11 +0200
  • dbeb00eae2 Added the possibility to add headers for a controller Francis Besset 2011-09-20 22:34:16 +0200
  • 33d1e4031c Fixed issue #10 Francis Besset 2011-09-14 22:03:46 +0200
  • a0a92dd1b4 Added fixtures files Francis Besset 2011-09-13 21:34:39 +0200
  • 48a7e1c991 Merge remote-tracking branch 'origin/master' into client Francis Besset 2011-09-13 21:19:20 +0200
  • 3de0636bb8 Used TypeConverterCollection::getTypemap() to build the typemap for SoapServer Francis Besset 2011-09-13 21:08:33 +0200
  • 9cec9c65c4 Moved SoapClient::getTypemap() function in TypeConverterCollection Francis Besset 2011-09-13 21:03:03 +0200
  • c2a2413330 Added TypeConverterCollection::getTypemap() function Francis Besset 2011-09-13 20:58:46 +0200
  • 95c08c6edf Used converters of BeSimpleSoapCommon for SoapClient Francis Besset 2011-09-13 20:50:16 +0200
  • 864cf22895 Used converters of BeSimple\SoapCommon for SoapServer Francis Besset 2011-09-13 20:47:35 +0200
  • ecc3ec3c93 Updated besimple.soap.client service Francis Besset 2011-09-10 19:39:14 +0200
  • c1c5d31350 Added TypeConverterCollection in SoapClient Francis Besset 2011-09-10 19:33:27 +0200
  • 9b0ec8816d Added DateTypeConverter Francis Besset 2011-09-10 19:17:31 +0200
  • 5c3357b879 Added DateTimeTypeConverter Francis Besset 2011-09-10 19:16:27 +0200
  • 69d1e59edf Added TypeConverterCollection Francis Besset 2011-09-10 19:14:38 +0200
  • d0cc3e8bd2 Check that the directory cache exists Francis Besset 2011-09-10 18:51:04 +0200
  • 154863cc84 Prevent infinite recursion in RpcLiteralRequestMessageBinder Francis Besset 2011-09-08 21:25:45 +0200
  • 08c51aebcf Fixed typo Francis Besset 2011-09-08 21:24:40 +0200
  • 4850f782d5 Updated RpcLiteralResponseMessageBinder to prevent infinite recursion Francis Besset 2011-09-08 20:44:06 +0200
  • ade1584448 Fixed issue #8 Francis Besset 2011-09-08 20:42:09 +0200
  • 294058a59c Added namespace option in client definition Francis Besset 2011-09-04 23:43:20 +0200
  • 5790a89571 Added SoapHeader in SoapRequest Francis Besset 2011-09-04 23:42:03 +0200
  • 4e33819eca Added cache_type option for soap server definition Francis Besset 2011-09-04 12:59:19 +0200
  • b1da32bc97 Renamed client cache_wsdl option to cache_type Francis Besset 2011-09-04 12:24:51 +0200
  • caeb484e19 Renamed client cache_wsdl option to cache_type Francis Besset 2011-09-04 12:15:11 +0200
  • 2ea1704a1e Added the possibility to choice an other type cache for a client Francis Besset 2011-09-04 02:42:53 +0200
  • 1a4e9246db Added besimple.soap.cache service Francis Besset 2011-09-04 01:59:32 +0200
  • 502ba41935 Updated namespace for soap client Francis Besset 2011-09-04 00:48:45 +0200
  • 17fdd64489 Added soap client Francis Besset 2011-09-03 21:17:57 +0200
  • 358373dcc8 Moved classes Francis Besset 2011-09-04 00:42:51 +0200
  • aaca80a262 Used BeSimple\SoapCommon\Cache to define the cache strategy Francis Besset 2011-09-04 00:36:24 +0200
  • 5dc84ef088 Initial commit Francis Besset 2011-09-04 00:29:19 +0200
  • fd162d8ca6 Initial commit Francis Besset 2011-09-03 21:15:51 +0200
  • e9864b1d02 Deleted unused namespace and added PHPDoc on ServiceBinder Francis Besset 2011-09-01 21:15:40 +0200
  • faf8b58108 Fixed error if an array is empty in RpcLiteralRequestMessageBinder Francis Besset 2011-09-01 20:18:28 +0200
  • 958efd3431 Replaced QName->getNamespace() by ServiceDefinition->getNamespace() for headers Francis Besset 2011-09-01 19:40:44 +0200
  • 57b35c5e62 [Doc] Added types available Francis Besset 2011-08-29 22:20:24 +0200
  • c18cede7ab Added xsd:date type and DateTypeConverter Francis Besset 2011-08-29 21:34:49 +0200
  • b4da2f727e Added besimple.soap.response service Francis Besset 2011-08-27 22:47:58 +0200
  • d4662ffe20 Updated RpcLiteralRequestMessageBinderTest Francis Besset 2011-08-27 22:12:38 +0200
  • 3141adcfad Fixed namespace Francis Besset 2011-08-27 18:09:48 +0200
  • db4c599af6 Use DOMDocument to retrieve the value in DateTimeTypeConverter Francis Besset 2011-08-27 18:07:30 +0200
  • ce5c46408a Fixed issue #5 Francis Besset 2011-08-26 23:39:43 +0200
  • 6290ea268a created DIC configuration for TypeConverter implementations and ConverterRepository Christian Kerl 2011-08-24 18:12:32 +0200
  • f62a8bdd67 added compiler pass to register TypeConverter implementations in ConverterRepository Christian Kerl 2011-08-24 18:11:29 +0200
  • 5d8d7b4ad5 added default type mapping from DateTime to xsd:dateTime Christian Kerl 2011-08-24 18:01:35 +0200
  • 8bc2d1aa20 added TypeConverter for PHP's DateTime to XML's dateTime Christian Kerl 2011-08-24 18:00:31 +0200
  • a256288a23 removed unused method Christian Kerl 2011-08-24 18:00:56 +0200
  • 2dd65d2aca fixed fixture path in unit test Christian Kerl 2011-08-24 17:23:24 +0200
  • c154463b33 Updated definition of ComplexType and use classmap option of SoapServer Francis Besset 2011-08-24 23:36:49 +0200
  • 51a36dfb87 Merge remote-tracking branch 'origin/request_headers' Francis Besset 2011-08-17 08:35:49 +0200
  • 9f7ff62449 Check if a value is null in RpcLiteralRequestMessageBinder Francis Besset 2011-08-16 21:06:10 +0200
  • 0368461b12 Fixed typo Francis Besset 2011-08-16 20:41:14 +0200
  • bf2f88aa05 Added message exception if the "setter" is not specified to hydrate a complex type. Francis Besset 2011-08-16 21:18:44 +0300
  • d38e0c03b7 Fixed typo in webservice services definition Francis Besset 2011-08-16 20:06:24 +0300
  • 0e177bd067 Moved stylesheet option in WsdlDumper service and add the possibility to configure Francis Besset 2011-08-14 21:59:03 +0200
  • cce23d8abe Merge remote-tracking branch 'origin/master' into request_headers Francis Besset 2011-08-14 21:16:11 +0200
  • 7fd56b657c Fixed tests Francis Besset 2011-08-14 21:10:21 +0200
  • 33165ce8d2 Refactored the declaration of services for ServiceBinder Francis Besset 2011-08-14 21:06:04 +0200
  • edf2f9f011 [Doc] Added header tutorial Francis Besset 2011-08-14 18:25:32 +0200
  • d3a8965500 [Doc] Updated array tutorial Francis Besset 2011-08-14 18:13:12 +0200
  • c5902122bb Added headers in request Francis Besset 2011-08-14 18:00:28 +0200
  • a6f8ccbfd2 Cleaned code Francis Besset 2011-08-11 23:55:46 +0200
  • b4f29373ba Added link to ckWebServicePlugin in README Francis Besset 2011-08-11 11:22:31 +0300
  • 985ac61625 Updated README Francis Besset 2011-08-11 02:13:40 +0300
  • 838e16b1c4 Fixed issue #4 Francis Besset 2011-08-11 00:59:40 +0200
  • b0efd027d5 Fixed issue #3 Francis Besset 2011-08-11 00:42:14 +0200
  • ea003a1224 [Doc] Fixed typo Francis Besset 2011-08-09 14:48:56 +0300
  • 07ef0a62f4 Merge remote-tracking branch 'origin/new_definition' Francis Besset 2011-08-07 11:35:27 +0200
  • b945632dcf [Doc] Updated installation Francis Besset 2011-08-07 11:34:00 +0200
  • b843acbec7 Replaced zf2 by zend-soap and zend-mime of BeSimple Repository Francis Besset 2011-08-07 11:33:34 +0200
  • de94580403 [Doc] Moved array in first tutorial Francis Besset 2011-08-04 10:57:41 +0300
  • c4217ce816 Added RST documentation Francis Besset 2011-08-02 23:27:56 +0200
  • 9c2dd31b68 Added unit tests Francis Besset 2011-07-28 00:39:55 +0200
  • 966077aca0 Added recursion of types in RpcLiteralResponseMessageBinder Francis Besset 2011-07-28 00:39:19 +0200
  • 4e6592a38e Fixed typo Francis Besset 2011-07-27 23:38:21 +0200
  • ff2cf6e730 Fixed typo in webservice definition Francis Besset 2011-07-27 23:20:01 +0200
  • a0a3216469 Used the object hash in RpcLiteralResponseMessageBinder to return a same instance of an object Francis Besset 2011-07-27 23:15:47 +0200
  • 8cd07acc11 Used the object hash in RpcLiteralRequestMessageBinder to return a same instance of an object Francis Besset 2011-07-27 22:53:33 +0200
  • 2994129b8d Added RpcLiteralResponseMessageBinderTest Francis Besset 2011-07-27 00:48:45 +0200
  • 483e8d1bb2 Added tests on RpcLiteralRequestMessageBinder Francis Besset 2011-07-27 00:13:24 +0200
  • 444107b89a Added unit tests on RpcLiteralRequestMessageBinder Francis Besset 2011-07-24 21:30:45 +0200
  • 7d4e88c941 Fixed typo in Util\Collection Francis Besset 2011-07-24 14:40:52 +0200