Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-10 Thread Dieter Maurer
Marco Bizzarri wrote at 2008-8-2 10:11 +0200: I've to implement a SOAP client, and I wonder how to interact with the external webservice from a transactional point of view: I don't want to call twice the same service because of ZPublisher redoing transactions, and this sort of things. For Zope

Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-03 Thread Marco Bizzarri
On Sat, Aug 2, 2008 at 11:36 AM, Andreas Jung [EMAIL PROTECTED] wrote: --On 2. August 2008 10:11:10 +0200 Marco Bizzarri [EMAIL PROTECTED] wrote: Dieter, thanks for your answer. I've to implement a SOAP client, and I wonder how to interact with the external webservice from a

Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-02 Thread Dieter Maurer
Marco Bizzarri wrote at 2008-8-1 14:57 +0200: I need to implement an interaction with an external web service. The external webservice basically can either provide or accept messages from my zope application. The messages are either produced by my application (and need to be sent to the external

Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-02 Thread Marco Bizzarri
Dieter, thanks for your answer. I've to implement a SOAP client, and I wonder how to interact with the external webservice from a transactional point of view: I don't want to call twice the same service because of ZPublisher redoing transactions, and this sort of things. Regards Marco On Sat,

Re: [Zope] Asking advice on best way to perform an interaction with an external webservice

2008-08-02 Thread Andreas Jung
--On 2. August 2008 10:11:10 +0200 Marco Bizzarri [EMAIL PROTECTED] wrote: Dieter, thanks for your answer. I've to implement a SOAP client, and I wonder how to interact with the external webservice from a transactional point of view: I don't want to call twice the same service because of