Re: [Twisted-Python] Twisted and SOAP

2010-09-01 Thread Einar S . Idsø
On Wed, Sep 1, 2010 at 5:58 PM, Landreville wrote: > That's pretty much what I did as well. Actually, it's *exactly* what you did. As mentioned, I posted your solution from April :) On Wed, Sep 1, 2010 at 11:47 PM, Glyph Lefkowitz wrote: > If you want there to be a "recommended way", you can be

Re: [Twisted-Python] Twisted and SOAP

2010-09-01 Thread Glyph Lefkowitz
On Sep 1, 2010, at 1:16 AM, Einar S. Idsø wrote: > Well, at least I've found that the interest in SOAP in the Twisted > community is not very great ;) And understandably so. Unfortunately, > however, sometimes Twisted apps do need to talk to alternative > protocols, so it is a pity there's no rec

Re: [Twisted-Python] Twisted and SOAP

2010-09-01 Thread Landreville
On Wed, Sep 1, 2010 at 1:16 AM, Einar S. Idsø wrote: > Well, at least I've found that the interest in SOAP in the Twisted > community is not very great ;) And understandably so. Unfortunately, > however, sometimes Twisted apps do need to talk to alternative > protocols, so it is a pity there's no

Re: [Twisted-Python] Twisted and SOAP

2010-09-01 Thread Itamar Turner-Trauring
On Wed, 2010-09-01 at 07:16 +0200, Einar S. Idsø wrote: > Well, at least I've found that the interest in SOAP in the Twisted > community is not very great ;) And understandably so. Unfortunately, > however, sometimes Twisted apps do need to talk to alternative > protocols, so it is a pity there's n

Re: [Twisted-Python] Twisted and SOAP

2010-08-31 Thread Einar S . Idsø
Well, at least I've found that the interest in SOAP in the Twisted community is not very great ;) And understandably so. Unfortunately, however, sometimes Twisted apps do need to talk to alternative protocols, so it is a pity there's no recommended way of doing this. For future reference: I ended