14 Dec
2004
14 Dec
'04
2:09 p.m.
On Tue, 2004-12-14 at 09:45 +0100, Robert Rottermann wrote:
I do not know what SOAP is, never really looked into it. However we work with a customer where we suport a Zope/Plone intranet running on a linux server that is burried deep in a Windows environment.
What I do there is calling all that *.net stuff (which is not SOAP I know) trough a thin layer that uses python's URL-lib.
*.net and usually a hand-configured SOAP-client can access XMLRPC too. Which in turn is out-of-the-box in zope and works better then raw HTTP. Regards Tino