Skip to content

Instantly share code, notes, and snippets.

from pysimplesoap.client import SoapClient
client = SoapClient(wsdl="https://server/wsdl/SessionAdminService.wsdl",trace=True, action="https://server/soap",cert=None, , cacert=None)
response = client.LoginRequest(user="test",password="incorrect")
print (response)