ZSI - Custom Dispatcher
Revision as of 11: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...)
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