First off, thank you for this well timed gem. I am having an issue pulling reports from Bing Ads. I've attempted to use the report_utils as well as the ReportingService module without success.
As you can see, it namespaces everything to wsdl which doesn't seem right. Any assistance or guidance on how to use this gem to pull reports would be much appreciated. Thank you for your time.
First off, thank you for this well timed gem. I am having an issue pulling reports from Bing Ads. I've attempted to use the report_utils as well as the ReportingService module without success.
When I attempt to do:
This fails with "ArgumentError: Invalid URL: reportdownload/v8"
When I do (I've submitted with and without a block):
This successfully does an HTTP Post, but the Bing API reports an internal error. The XML it is sending seems a little strange:
As you can see, it namespaces everything to wsdl which doesn't seem right. Any assistance or guidance on how to use this gem to pull reports would be much appreciated. Thank you for your time.