[SoapBundle] Added new request format (soap, wsdl) and used them in routing
This commit is contained in:
@ -40,6 +40,8 @@ class BeSimpleSoapExtension extends Extension
|
||||
{
|
||||
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
|
||||
|
||||
$loader->load('request.xml');
|
||||
|
||||
$loader->load('loaders.xml');
|
||||
$loader->load('converters.xml');
|
||||
$loader->load('webservice.xml');
|
||||
|
Reference in New Issue
Block a user