[Fedora-suds-list] MessagePlugin bug?

Isaac Wagner isaac at wagnerfam.com
Wed Nov 17 19:43:29 UTC 2010


I am subclassing MessagePlugin like this:

class FixText(MessagePlugin):
    def sending(self, context):
        context.envelope = "something else"

I've run the Python debugger and traced through my code and my plugin is
getting called.  However, when the SOAP request hits the wire it contains
the original text, not my new text.  Is there a workaround for this or is
this a known issue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/suds/attachments/20101117/dc494fe9/attachment.html 


More information about the suds mailing list