There was a great SOAP plugin which would meet your needs perfectly that essentially involved adding a few PHP-DOC style comment tags to your action functions to expose them through a SOAP API. You can read more about it here: http://www.symfony-project.org/plugins/ckWebServicePlugin
We never ended up using it cos it didn't -quite- meet our needs but it sounds like exactly what you want :) Hope that helps Gareth On Tue, Apr 7, 2009 at 10:58 AM, subnauez <[email protected]> wrote: > > Hi all, > > I'm building an application and I need the whole scope of this one > accessible via a SOAP API. > My application deals with contacts, countries, langs, ... > > Everything works in the web interface. Now, I would like to make all > the modules accessible for another application. > > This second application needs to: > - get the list of contacts, countries and langs > - retrieve a contact, a country or a lang by their ID > - create a new contact and adding a country and a lang > - edit an existing contact > > Is there any way to do this easily ? > Thanks for the help > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
