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 { // ... }
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.
Languages
PHP
97.3%
Python
1.6%
Java
0.7%
Shell
0.4%