I have generated the python client and server from https://editor.swagger.io/ – and the server runs correctly with no editing, but I can’t seem to get the client to communicate with it – or with anything. I suspect I’m doing something really silly but the examples I’ve found on the Internet either don’t work or appear to be expecting that I
Tag: client
How to set headers properly for suds soap client
I am trying to send a request to an api using suds client. The request is formed like this: I am sending the request for this like: the error I am receiving is: Is this how I should be sending the request? It is definitely something to do with the apiHeader I think; not sure what though, I get the