[XML-SIG] [ pyxml-Patches-1122297 ] ASP.NET interoperability

SourceForge.net noreply at sourceforge.net
Mon Feb 14 12:04:00 CET 2005


Patches item #1122297, was opened at 2005-02-14 12:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1122297&group_id=6473

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: lode leroy (lode_leroy)
Assigned to: Nobody/Anonymous (nobody)
Summary: ASP.NET interoperability

Initial Comment:
# this patch adds composition of the SOAPAction header
# as expected by ASP.NET

--- SOAPpy/Client.py-0.11.6    2005-02-14
11:58:17.858539200 +0100
+++ SOAPpy/Client.py   2005-02-14 12:06:57.876288000 +0100
@@ -317,7 +317,10 @@
             if self.soapaction:
                 sa = self.soapaction
             else:
-                sa = ns + name
+               if ns and self.config.DotNetSoapAction:
+                       sa = ns + name
+               else:
+                       sa = name

         if hd: # Get header
             if type(hd) == TupleType:

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=306473&aid=1122297&group_id=6473


More information about the XML-SIG mailing list