Commit 47b7d1e1 authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, this shouldn't have been added with this patch. Sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27121 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8f09ad3
......@@ -85,8 +85,6 @@ class WebServiceTool(BaseTool):
different kinds of transport like 'xml-rpc' or 'soap'
"""
# XXX: implement connection caching per zope thread
if transport_kw is None:
transport_kw = {}
connection_handler_klass = connection_plugin_registry[transport]
connection_handler = connection_handler_klass(url, user_name, password)
return connection_handler.connect()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment