Go to file
David Marín 55e9f6f077 Marking as compatible with Symfony 2.3
After making a test, both server and client work with Symfony 2.3 with no changes
2013-06-06 09:40:26 +02:00
Controller Refactored SoapWebServiceController 2013-02-21 08:27:36 +01: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
EventListener Added SoapResponseListener 2013-02-20 14:45:47 +01:00
Resources Updated documentation for previous commit 2013-02-27 17:08:32 +01:00
ServiceBinding Fixed issue #29 2013-02-27 17:06:00 +01:00
ServiceDefinition Fixed bug with Zend Soap 2013-02-27 17:04:44 +01:00
Soap Updated installation doc with Composer 2013-02-20 15:26:26 +01:00
Tests Updated bootsrap tests (use composer for vendors) 2013-02-20 16:25:08 +01:00
Util Fixed issue #4 2011-08-11 00:59:40 +02:00
.gitignore Updated phpunit.xml.dist 2013-02-21 08:47:10 +01:00
.travis.yml Updated travis file 2013-02-20 17:04:58 +01:00
BeSimpleSoapBundle.php added compiler pass to register TypeConverter implementations in ConverterRepository 2011-08-26 22:22:17 +02:00
CONTRIBUTORS.md Renamed CONTRIBUTORS.markdown to CONTRIBUTORS.md 2013-02-20 17:18:03 +01:00
Cache.php Updated Cache 2013-02-20 15:30:01 +01:00
README.md Added build status from travis in README 2013-02-20 16:32:51 +01:00
TODO.md Updated TODO 2013-02-21 10:56:06 +01:00
WebServiceContext.php Updated installation doc with Composer 2013-02-20 15:26:26 +01:00
composer.json Marking as compatible with Symfony 2.3 2013-06-06 09:40:26 +02:00
phpunit.xml.dist Updated phpunit.xml.dist 2013-02-21 08:47:10 +01:00
vendors.php Replaced zf2 by zend-soap and zend-mime of BeSimple Repository 2011-08-07 11:33:34 +02:00

README.md

BeSimpleSoapBundle Build Status

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.