Hello, > Is a webservice bundle a good addition to Symfony2 and can anybody point me in the right direction? > > I think it's a good addition, I started a similar project, WebServiceBundle [1], supporting SOAP based webservices.
I've faced a similar problem of redefining a service already specified in the Symfony2 FrameworkBundle. I just added an alias in my DI Extension class, to point the Symfony2 service id to my custom definition of the service (see [2]). This overrides the original service definition (I don't know if this is intended behavior of the DIC or a hack). If you're interested, we can discuss our ideas and if we can join our efforts to produce a more sophisticated solution. Best regards, Christan [1] https://github.com/christiankerl/WebServiceBundle [2] https://github.com/christiankerl/WebServiceBundle/blob/master/DependencyInjection/WebServiceExtension.php#L31 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
