diff --git a/ECP.rst b/ECP.rst index 4add62a..927ce13 100644 --- a/ECP.rst +++ b/ECP.rst @@ -140,7 +140,7 @@ operations. response = session.post(ecp.msgUrl, data=ecp.msgBody, auth=requests.auth.HTTPDigestAuth(user, password) - headers={'Content-Type': 'application/soap+xml'}) + headers={'Content-Type': 'text/xml'}) # Process returned SOAP wrapped from IdP ecp.processResponseMsg(response.text)