Trying to use Bing Ads Python API, which uses suds
, and I am very green about this concept. I frequently encounter an error message as:
Invalid client data. Check the SOAP fault details for more information
I know this probably means my request has some data format issue. My question is how can I Check the SOAP fault details as suggested in the error?