Go to file
Francis Besset ebb5343e11 [Doc] Updated cache documentation 2011-11-13 22:51:29 +01:00
Controller Deleted SoapServerFactory and used BeSimple\SoapServer\SoapServerBuilder to build the SoapServer 2011-10-12 22:01:50 +02:00
Converter Used converters of BeSimple\SoapCommon for SoapServer 2011-09-13 20:47:35 +02:00
DependencyInjection Used BeSimple\SoapCommon\Classmap for the webservice context 2011-10-12 21:08:59 +02:00
Resources [Doc] Updated cache documentation 2011-11-13 22:51:29 +01:00
ServiceBinding Fixed issue #10 2011-09-14 22:08:46 +02:00
ServiceDefinition Used BeSimple\SoapCommon\Classmap for the webservice context 2011-10-12 21:08:59 +02:00
Soap Deleted SoapServerFactory and used BeSimple\SoapServer\SoapServerBuilder to build the SoapServer 2011-10-12 22:01:50 +02:00
Tests Merge remote-tracking branch 'origin/master' into client 2011-09-22 00:18:34 +02:00
Util Fixed issue #4 2011-08-11 00:59:40 +02:00
.gitignore Replaced webservice.* service name by besimple.soap.* 2011-07-18 22:59:20 +02:00
BeSimpleSoapBundle.php added compiler pass to register TypeConverter implementations in ConverterRepository 2011-08-26 22:22:17 +02:00
CONTRIBUTORS.markdown Added Contributors file 2011-07-17 19:46:43 +02:00
Cache.php Updated Cache class 2011-10-11 22:41:32 +02:00
README.markdown Added link to ckWebServicePlugin in README 2011-08-11 11:22:31 +03:00
WebServiceContext.php Deleted SoapServerFactory and used BeSimple\SoapServer\SoapServerBuilder to build the SoapServer 2011-10-12 22:01:50 +02:00
phpunit.xml.dist Replaced zf2 by zend-soap and zend-mime of BeSimple Repository 2011-08-07 11:33:34 +02:00
vendors.php Replaced zf2 by zend-soap and zend-mime of BeSimple Repository 2011-08-07 11:33:34 +02:00

README.markdown

BeSimpleSoapBundle

The BeSimpleSoapBundle is a Symfony2 bundle to build WSDL and SOAP based web services. It is based on the ckWebServicePlugin for symfony.

Read about it on its official homepage.