Geoff wrote:
> If you really want to have it respond to both XML-RPC and
> browser requests,
> you'll have to do some more work in XMLRPCServlet to make that happen.
By the way, it might be as simple as adding:
def respondToGet(self, transaction):
transaction.response().write('This servlet only responds to
XML-RPC requests.')
to your xml-rpc servlet. (untested)
- Geoff
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss