Web Services via SOAP

2007-04-24 Thread [EMAIL PROTECTED]
Has there been any success creating SOAP web services with pylons? I'm working on a project that would require a SOAP interface and I'd like to use ZSI but it seems to only have CGI and mod_python handlers. Has anyone ever done this? How hard would it be to create a Pylons handler for ZSI? Any ti

Re: Web Services via SOAP

2007-04-25 Thread Stephen F. Steiner
I've used SOAP for Salesforce.com interactions using beatbox with no trouble at all. S On Apr 24, 2007, at 9:43 AM, [EMAIL PROTECTED] wrote: > > Has there been any success creating SOAP web services with pylons? I'm > working on a project that would require a SOAP interface and I'd like > to

Re: Web Services via SOAP

2007-04-25 Thread Ben Bangert
On Apr 24, 2007, at 6:43 AM, [EMAIL PROTECTED] wrote: > Has there been any success creating SOAP web services with pylons? I'm > working on a project that would require a SOAP interface and I'd like > to use ZSI but it seems to only have CGI and mod_python handlers. > > Has anyone ever done this?

Re: Web Services via SOAP

2007-04-25 Thread Jose Galvez
If someone actually gets this to work could they put up a recipe in the pylons cookbook. Jose On 4/25/07, Ben Bangert <[EMAIL PROTECTED]> wrote: > > > On Apr 24, 2007, at 6:43 AM, [EMAIL PROTECTED] wrote: > > > Has there been any success creating SOAP web services with pylons? I'm > > working on a

Re: Web Services via SOAP

2007-04-26 Thread Ben Bangert
On Apr 25, 2007, at 2:37 PM, Jose Galvez wrote: > If someone actually gets this to work could they put up a recipe in > the pylons cookbook. Ok, its working, and its in the cookbook here: http://docs.pythonweb.org/display/pylonscookbook/Making+a+SOAP +Controller+with+Optio%27s+Soaplib I also

Re: Web Services via SOAP (with WSGI app Cookbook recipe!)

2007-04-25 Thread Ben Bangert
On Apr 25, 2007, at 2:37 PM, Jose Galvez wrote: > If someone actually gets this to work could they put up a recipe in > the pylons cookbook. I'll see about getting the optio SOAP thing in the cookbook tomorrow, tonight I've added using WSGI applications as Pylons controllers to the cookboo

Re: Web Services via SOAP (with WSGI app Cookbook recipe!)

2007-04-26 Thread Graham Higgins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26 Apr 2007, at 06:37, Ben Bangert wrote: > I'll see about getting the optio SOAP thing in the cookbook tomorrow, > tonight I've added using WSGI applications as Pylons controllers to > the cookbook here: > http://docs.pythonweb.org/display/pylon