ZSI - Custom Dispatcher

From PeformIQ Upgrade
Jump to navigation Jump to search

Notes

ZSI's included mod_python dispatcher doesn't check for MIME encoded 
input and feeds your entire message into the SOAP parser, which then 
complains it is not valid XML. The quickest way to resolve this is to 
create your own dispatcher based on ZSI's dispatch.py and rewrite 
AsHandler to check for MIME encoded messages (see nearby As* functions 
for an example).

Best regards,
Indrek