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
2011-09-14 22:08:46 +02:00
2011-09-13 21:34:39 +02:00
2011-08-11 00:59:40 +02:00
2011-07-17 19:46:43 +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.

Description
No description provided
Readme 7.9 MiB
Languages
PHP 97.3%
Python 1.6%
Java 0.7%
Shell 0.4%