Difference between revisions of "ZSI - Custom Dispatcher"

From PeformIQ Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 11:26, 26 May 2008

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