[Zope] POST sucks.
Andrew Milton
akm at theinternet.com.au
Tue Sep 12 12:39:14 EDT 2006
+-------[ Paul Winkler ]----------------------
| Been doing web services (XML-RPC) stuff lately.
| What suggestions do people have for troubleshooting a zope-based
| XML-RPC application?
When debugging;
o Raise an exception from python scripts, you can include some info in it.
o Use FireFox and use the JavaScript Console to see the traceback returned.
o Don't forget to check /error_log in your Zope instance.
--
Andrew Milton
akm at theinternet.com.au
More information about the Zope
mailing list