[Zope] Asking advice on best way to perform an interaction with
an external webservice
Dieter Maurer
dieter at handshake.de
Sun Aug 10 03:17:18 EDT 2008
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 2.8, the code to interface with the transaction
system is in "Shared.DC.ZRDB.TM".
Zope's database adapters (e.g. "Products.ZPsycopgDA.db")
provides examples for its use.
As Andreas told me, there are more modern ways in e.g. Zope 2.11.
--
Dieter
More information about the Zope
mailing list