Hi, I work for marketing intelligence company, and we use the java bing ads reporting v13 API.
Lately we are getting errors when using service.getService().submitGenerateReport(request) we get this error:
"com.microsoft.bingads.v13.reporting.ApiFaultDetail_Exception: Invalid client data. Check the SOAP fault details for more information. TrackingId: a828069f-d157-4a79-8188-3f4be07b60e8."
can't really understand from this what is the problem here.
one problem we are having is that this code runs fine on local machine, but shows this error when running the code on production server with the same credentials, so I can't debug the error!!
can someone please advise