summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-13 18:10:14 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-13 18:10:14 +0100
commit9425f9de61d73c0c99751999b8c61cad1aa0744d (patch)
tree05c7c9782fe44d46e3f48c6b5542318cc1f43a63 /src
parent666466bb0b03fda4fad974773d5382a9064cb5d6 (diff)
downloadpysaml2-9425f9de61d73c0c99751999b8c61cad1aa0744d.tar.gz
Destination may be immaterial.
Diffstat (limited to 'src')
-rw-r--r--src/saml2/httpbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/httpbase.py b/src/saml2/httpbase.py
index ba264d1e..cbdc0855 100644
--- a/src/saml2/httpbase.py
+++ b/src/saml2/httpbase.py
@@ -204,7 +204,7 @@ class HTTPBase(object):
return http_redirect_message(message, destination, relay_state, typ)
- def use_soap(self, request, destination, headers=None, sign=False):
+ def use_soap(self, request, destination="", headers=None, sign=False):
"""
Construct the necessary information for using SOAP+POST