python SOAP client that uses POST method -
tried to use suds to be a Python SOAP client, but it receives, does not post and my The server needs to post. Is there a move to go far away, or do you have a customer's address that supports POST? Suds.client import client from
url = 'file: ///myfile.wsdl' client = client (url) client.service.myfunction () < / Div>
Ends my issue I was missing a previous / / '' in the server address. This post has more details
Comments
Post a Comment