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
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
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 "
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
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
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
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.
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