Skip to content
Advertisement

Tag: soap

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

salesforce python Beatbox import error

I am trying to log in to salesforce.com’s sandbox using a URL, ID and PASS. I want to use SOAP API for that. When I try to import beatbox in python3, it throws an ImportError exception. However, I can confirm that beatbox is installed in python3. So what am I doing wrong? Is there any other way to do it?

Advertisement