implemented basic SoapKernel to transform a SoapRequest to a SoapResponse
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* This file is part of the WebServiceBundle.
|
||||
*
|
||||
* (c) Christian Kerl <christian-kerl@web.de>
|
||||
*
|
||||
* This source file is subject to the MIT license that is bundled
|
||||
* with this source code in the file LICENSE.
|
||||
*/
|
||||
|
||||
namespace Bundle\WebServiceBundle;
|
||||
|
||||
@ -9,7 +17,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
/**
|
||||
* WebServiceBundle.
|
||||
*
|
||||
* @author Christian Kerl
|
||||
* @author Christian Kerl <christian-kerl@web.de>
|
||||
*/
|
||||
class WebServiceBundle extends Bundle
|
||||
{
|
||||
|
Reference in New Issue
Block a user