summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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