[Zope-dev] XML-RPC and Exceptions

Tobias Oberstein Tobias.Oberstein@gmx.de
Sat, 4 Aug 2001 00:36:28 +0200


lets say i call some method of an zope object via xml-rpc
and

* give wrong parameters or
* throw an exception within the method

for example. then the result served by zope will be a html
page describing the error, not an XML-RPC fault response
like the spec describes it.

how can i change this behaviour ?

greets, tobias