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 { // ... }