BeSimpleSoap/src/BeSimple/SoapBundle
Francis Besset dcfca04db4 Merge remote-tracking branch 'origin/exception'
Conflicts:
	composer.json
	src/BeSimple/SoapBundle/composer.json
2013-11-15 10:37:55 +01:00
..
Controller [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
Converter Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
DependencyInjection [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
EventListener [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
Handler [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
Resources [SoapBundle] Enhanced exception management with Symfony2 2013-11-13 15:02:30 +01:00
ServiceBinding Rewrited Definition of WebService and WSDL dumper 2013-10-15 11:46:12 +02:00
ServiceDefinition Fixed ComplexType without alias name 2013-10-17 13:51:31 +02:00
Soap Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
Tests [SoapBundle] Fixed tests 2013-08-06 11:43:40 +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 Add 'src/BeSimple/SoapBundle/' from commit 'e99f707b105c0a0472260d8d42a5a14a7fb7a211' 2013-07-19 17:00:11 +02:00
composer.json Merge remote-tracking branch 'origin/exception' 2013-11-15 10:37:55 +01: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 Rewrited Definition of WebService and WSDL dumper 2013-10-15 11:46:12 +02: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.