On Monday October 22, 2001 07:09 pm, Kendall Clark wrote:
> Anyone given any consideration to adding XML-RPC or WebDAV to Webware?

XML-RPC is already supported.  There's an example in 
WebKit/Examples/XMLRPCExample.py which shows how easy it is to use.  Just 
write a servlet with XMLRPCServlet as its base class, and define an 
exposedMethods() method to list which methods should be accessible through 
XML-RPC.

Also note the Application.config option "IncludeTracebackInXMLRPCFault" which 
you can change to 0 if you don't want tracebacks to be sent back to the 
client.

I can vouch that XML-RPC in Webware works very well -- my company makes 
pretty heavy use of it.

As for WebDAV, it's not currently supported but it wouldn't be too hard to 
add, I would assume.  I doubt that anyone is working on it, but you're 
welcome to give it a try yourself and ask questions when you get stuck.


- Geoff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to