[Checkins] SVN: z3c.soap/trunk/z3c/soap/soap.py encode soap body & soap enveloppe together

Jean-Fran�ois Roche jfroche at jfroche.be
Mon Jan 26 08:17:30 EST 2009


Log message for revision 95022:
  encode soap body & soap enveloppe together

Changed:
  U   z3c.soap/trunk/z3c/soap/soap.py

-=-
Modified: z3c.soap/trunk/z3c/soap/soap.py
===================================================================
--- z3c.soap/trunk/z3c/soap/soap.py	2009-01-26 10:40:51 UTC (rev 95021)
+++ z3c.soap/trunk/z3c/soap/soap.py	2009-01-26 13:17:30 UTC (rev 95022)
@@ -118,7 +118,7 @@
                     result = [result]
                 sw = SoapWriter(nsdict={}, header=True, outputclass=None,
                         encodingStyle=None)
-                body = sw.serialize(result, tc).body
+                body = str(sw.serialize(result, tc))
             except:
                 self.exception()
                 return



More information about the Checkins mailing list