BeSimpleSoap/ServiceDefinition/Loader
Francis Besset dbeb00eae2 Added the possibility to add headers for a controller
Example:
    <?php

    namespace Acme\DemoBundle\Controller;

    use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
    use Symfony\Component\DependencyInjection\ContainerAware;

    /**
     * @Soap\Header("api_client_id", phpType = "int")
     * @Soap\Header("api_key", phpType = "string")
     */
    class DefaultController extends ContainerAware
    {
        // ...
    }
2011-09-20 22:34:16 +02:00
..
schema Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle 2011-07-18 22:43:12 +02:00
AnnotationClassLoader.php Added the possibility to add headers for a controller 2011-09-20 22:34:16 +02:00
AnnotationComplexTypeLoader.php Updated definition of ComplexType and use classmap option of SoapServer 2011-08-24 23:36:49 +02:00
AnnotationFileLoader.php Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle 2011-07-18 22:43:12 +02:00
XmlFileLoader.php Replaced Bundle\WebServiceBundle by BeSimple\SoapBundle 2011-07-18 22:43:12 +02:00