RE: Soap list and soap users on this list

2014-04-28 Thread Joseph L. Casale
> https://gist.github.com/plq/11384113 > > Unfortunately, you need the latest Spyne from > https://github.com/arskom/spyne, this doesn't work with 2.10 > > 2.11 is due around end of may, beginning of june. > > Ping back if you got any other questions. Burak, Thanks a ton! I've just pulled this

Re: Soap list and soap users on this list

2014-04-28 Thread Burak Arslan
Hi Joseph, Sorry for the late response, I seem to have missed this post. On 04/17/14 21:34, Joseph L. Casale wrote: > I've been looking at Spyne to produce a service that > can accept a request formatted as follows: > > > http://..."; xmlns:xsi=http:/..." > xmlns:xsd="http://...";> > > >

RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
>Read first. > > >You can try : > > > http://spyne.io/docs/2.10/ > > > https://pythonhosted.org/Soapbox/ Thanks Marcus, I assure you I have been reading but missed soapbox, I'll keep hacking away, thanks for the pointer. jlc -- https://mail.python.org/mailman/listinfo/python-list

Re: Soap list and soap users on this list

2014-04-17 Thread Mark H Harris
On 4/17/14 12:58 PM, Joseph L. Casale wrote: Seems the soap list is a little quiet and the moderator is mia regardless. Are there many soap users on this list familiar with Spyne or does anyone know the most optimal place to post such questions? Read first. You can try : > http://spyne.io/

RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
> Is your question > regarding anything at all Python, or are you just looking for helpful > nerds? :) Hi Chris, Thanks for responding. I've been looking at Spyne to produce a service that can accept a request formatted as follows: http://..."; xmlns:xsi=http:/..." xmlns:xsd="http://...";>

Re: Soap list and soap users on this list

2014-04-17 Thread Chris Angelico
On Fri, Apr 18, 2014 at 3:58 AM, Joseph L. Casale wrote: > Seems the soap list is a little quiet and the moderator is mia regardless. > > Are there many soap users on this list familiar with Spyne or does anyone > know the most optimal place to post such questions? I've used SOAP, but not with Py