ZSI - Custom Dispatcher

From PeformIQ Upgrade
Revision as of 10:26, 26 May 2008 by PeterHarding (talk | contribs) (New page: =Notes= <pre> 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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