BeSimpleSoap/src/BeSimple/SoapBundle
2014-08-15 19:45:21 +02:00
..
Controller [SoapBundle] Set wsdl request type only if the "wsdl" parameter in present in URL 2013-12-13 11:24:25 +01:00
Converter Cleaned unused method, property, variable or parameter 2013-12-02 16:02:29 +01:00
DependencyInjection Created a client classmap even when it is empty 2014-04-30 10:54:07 +02:00
EventListener [SoapBundle] Enhanced SoapFault management 2013-12-13 08:26:18 +01:00
Handler [SoapBundle] Enhanced SoapFault management 2013-12-13 08:26:18 +01:00
Resources [SoapBundle] Add a hack to load BeSimpleSoap cache with a client 2014-08-15 19:45:21 +02:00
ServiceBinding Fixed typo 2013-12-10 15:25:09 +01:00
ServiceDefinition [SoapBundle][SoapCommon] Removed unused TypeRepository in Definition\Method classes 2013-12-08 00:23:30 +01:00
Soap Removed unused use statement 2013-12-02 15:35:36 +01:00
Tests [SoapBundle] Skipped test for SoapRequest 2014-08-13 22:02:46 +02:00
Util Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
.gitignore Reorganized directories structure 2013-07-19 17:01:55 +02:00
BeSimpleSoapBundle.php Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
Cache.php [SoapBundle] Set cache informations even though it is disabled 2014-08-15 19:43:31 +02:00
composer.json [composer] Removed dev minimum-stability 2014-08-14 13:06:18 +02:00
CONTRIBUTORS.md Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
phpunit.xml.dist Reorganized directories structure 2013-07-19 17:01:55 +02:00
README.md Removed travis build status in README 2013-07-23 09:12:34 +02:00
TODO.md Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
WebServiceContext.php Fix WSDL schema stylesheet including 2013-12-07 19:55:33 +01:00

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.