Commit Graph

40 Commits

Author SHA1 Message Date
Francis Besset d3c31116c7 Replaced soap.client by soap.client.builder 2011-10-10 22:19:43 +02:00
Francis Besset 6d2e9d7634 Added user_agent option 2011-10-08 22:04:18 +02:00
Francis Besset 1d9bd2cdd3 Added besimple.soap.classmap service 2011-10-08 18:03:27 +02:00
Francis Besset 94a8a8fec1 Updated SoapClient definition 2011-10-08 12:41:47 +02:00
Francis Besset 864cf22895 Used converters of BeSimple\SoapCommon for SoapServer 2011-09-13 20:47:35 +02:00
Francis Besset ecc3ec3c93 Updated besimple.soap.client service 2011-09-10 19:39:14 +02:00
Francis Besset 294058a59c Added namespace option in client definition 2011-09-04 23:43:20 +02:00
Francis Besset 4e33819eca Added cache_type option for soap server definition 2011-09-04 12:59:19 +02:00
Francis Besset b1da32bc97 Renamed client cache_wsdl option to cache_type 2011-09-04 12:24:51 +02:00
Francis Besset 2ea1704a1e Added the possibility to choice an other type cache for a client 2011-09-04 02:42:53 +02:00
Francis Besset 1a4e9246db Added besimple.soap.cache service 2011-09-04 01:59:32 +02:00
Francis Besset 17fdd64489 Added soap client 2011-09-04 00:47:45 +02:00
Christian Kerl 6290ea268a created DIC configuration for TypeConverter implementations and ConverterRepository 2011-08-26 22:22:32 +02:00
Christian Kerl f62a8bdd67 added compiler pass to register TypeConverter implementations in ConverterRepository 2011-08-26 22:22:17 +02:00
Francis Besset 51a36dfb87 Merge remote-tracking branch 'origin/request_headers' 2011-08-17 08:35:49 +02:00
Francis Besset 0e177bd067 Moved stylesheet option in WsdlDumper service and add the possibility to configure 2011-08-14 21:59:15 +02:00
Francis Besset cce23d8abe Merge remote-tracking branch 'origin/master' into request_headers
Conflicts:
	DependencyInjection/BeSimpleSoapExtension.php
	Resources/config/webservice.xml
	WebServiceContext.php
2011-08-14 21:16:11 +02:00
Francis Besset 33165ce8d2 Refactored the declaration of services for ServiceBinder 2011-08-14 21:06:04 +02:00
Francis Besset c5902122bb Added headers in request
You can add @Soap\Header("foobar", phpType="string") in a method definition
2011-08-14 18:04:01 +02:00
Francis Besset 9bd9677325 Simplified the creation of WebServiceContext 2011-07-21 22:55:59 +02:00
Francis Besset c13a96131b Replaced webservice.* service name by besimple.soap.* 2011-07-18 22:59:20 +02:00
Francis Besset 055bb8a96c Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle 2011-07-18 22:43:12 +02:00
Christian Kerl 76e7f42ccb added TypeRepository managing all mappings from php to xml types; removed classmap generation from SoapServerFactory, this will be done by TypeRepository::createComplexTypeMap(...);
Conflicts:

	Resources/config/webservice.xml
	Soap/SoapServerFactory.php
	Util/QName.php
	WebServiceContext.php
2011-07-17 19:37:23 +02:00
Francis Besset 1c608ccf20 The bundle is back!
The definition of service has changed, read the README.
2011-07-17 10:58:12 +02:00
Francis Besset 81118f8d47 Deleted "name" element in the configuration of services 2011-07-14 19:20:20 +02:00
Francis Besset 581ebaf865 Fixed DIC 2011-07-14 18:13:34 +02:00
Francis Besset 51d1d28830 Cleaned files 2011-07-14 17:45:03 +02:00
Christian Kerl 742c2f304f fixed typo 2011-04-09 00:37:50 +02:00
Christian Kerl a4d69aedbc concrete WebServiceContext services are now defined by DI extension; 2011-04-08 00:45:52 +02:00
Christian Kerl ff6eca48ee reimplemented DI extension classes and DI container config; 2011-04-07 21:49:01 +02:00
Christian Kerl 0f29e64f74 added empty configuration definition 2011-03-26 16:43:41 +01:00
Christian Kerl e53b83616b added namespace to service definition; 2011-02-03 01:04:12 +01:00
Christian Kerl 60795fbcbb added support for 'typemap' and 'classmap' SoapServer option 2010-12-30 02:18:10 +01:00
Christian Kerl 8d3743d928 added initial support for service binding 2010-10-08 14:24:42 +02:00
Christian Kerl 31d40380a6 added initial support for service definition 2010-10-07 15:16:56 +02:00
Christian Kerl 783ced3b7b fixed di container configuration 2010-10-06 00:00:15 +02:00
Christian Kerl b0681e5fcf implemented basic SoapKernel to transform a SoapRequest to a SoapResponse 2010-10-05 21:44:30 +02:00
Christian Kerl 1a5ff45a39 added DependencyInjection configuration for SoapKernel 2010-10-04 21:17:06 +02:00
Christian Kerl 45c8ec7ba5 changed request service class 2010-10-04 20:48:41 +02:00
Christian Kerl 843814ccdf created bundle and core classes 2010-10-04 20:27:00 +02:00