Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread exarkun
On 05:21 pm, landrevi...@deadtreepages.com wrote: >On Sat, Nov 14, 2009 at 9:15 AM, Tuure Laurinolli < >tuure.laurino...@indagon.com> wrote: >>Landreville wrote: >> >> > Sometimes the calls are blocking because it is calling another SOAP >> > server (or possibly itself over SOAP). My SOAP calls wil

Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread Landreville
On Sat, Nov 14, 2009 at 9:15 AM, Tuure Laurinolli < tuure.laurino...@indagon.com> wrote: > Landreville wrote: > > > Sometimes the calls are blocking because it is calling another SOAP > > server (or possibly itself over SOAP). My SOAP calls will all be > > blocking because twisted.web.soap doesn't

Re: [Twisted-Python] Deferred SOAP methods

2009-11-14 Thread Tuure Laurinolli
Landreville wrote: > Sometimes the calls are blocking because it is calling another SOAP > server (or possibly itself over SOAP). My SOAP calls will all be > blocking because twisted.web.soap doesn't support WSDL. What are you using for your SOAP client calls, then? There is something called "

Re: [Twisted-Python] Deferred SOAP methods

2009-11-13 Thread Landreville
On Fri, Nov 13, 2009 at 3:46 PM, wrote: > On 03:42 pm, landrevi...@deadtreepages.com wrote: > >On Fri, Nov 13, 2009 at 10:25 AM, wrote: > > > >[snip] > >> > >>What is it that you're going to be doing in these SOAP methods? > >> > >>Jean-Paul > >They are doing a bunch of setting and retrieving in

Re: [Twisted-Python] Deferred SOAP methods

2009-11-13 Thread exarkun
On 03:42 pm, landrevi...@deadtreepages.com wrote: >On Fri, Nov 13, 2009 at 10:25 AM, wrote: > >[snip] >> >>What is it that you're going to be doing in these SOAP methods? >> >>Jean-Paul >They are doing a bunch of setting and retrieving information from >databases. >There are a couple that load mo

Re: [Twisted-Python] Deferred SOAP methods

2009-11-13 Thread Landreville
On Fri, Nov 13, 2009 at 10:25 AM, wrote: > On 02:52 pm, landrevi...@deadtreepages.com wrote: > >I am making a SOAP server and all (or at least the vast majority) will > >be > >returning a deferred. The whole SOAP method is encapsulated in a > >deferred in > >most of my cases (I havent implemented

Re: [Twisted-Python] Deferred SOAP methods

2009-11-13 Thread exarkun
On 02:52 pm, landrevi...@deadtreepages.com wrote: >I am making a SOAP server and all (or at least the vast majority) will >be >returning a deferred. The whole SOAP method is encapsulated in a >deferred in >most of my cases (I havent implemented this part yet.) Then I got the >idea >that twisted.

[Twisted-Python] Deferred SOAP methods

2009-11-13 Thread Landreville
I am making a SOAP server and all (or at least the vast majority) will be returning a deferred. The whole SOAP method is encapsulated in a deferred in most of my cases (I havent implemented this part yet.) Then I got the idea that twisted.web.soap could just wrap my SOAP method (retrieved with look