I want to consume the web services described in the following:
https://login.keyinvoice.com/API3_ws.php?wsdl
I am using python 3.5.x and suds version 0.6. What I tried 1
from suds.client import Client
url = 'https://login.keyinvoice.com/API3_ws.php?wsdl'
client = Client(url)
Error:
suds.Ty
On Sunday, January 20, 2019 at 9:12:10 PM UTC+5:30, prakashs...@gmail.com wrote:
> I want to consume the web services described in the following:
>
> https://login.keyinvoice.com/API3_ws.php?wsdl
>
> I am using python 3.5.x and suds version 0.6. What I tried 1
>
> from suds.client import Client