Starting last friday, I am getting this errors when trying to access the Reporting API to download keyword report.
This is the wsdl that i try to access: https://adcenterapi.microsoft.com/v4/Reporting/Reporting.asmx?wsdl
Here are some errors that i got:
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: Server was unable to process request. ---> |-199999|-1|Microsoft adCenter was unable to complete your request. Please try again. If this problem continues, contact the adCenter Support Team for assistance.|
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace
erver was unable to process request. ---> |-199999|-1|Microsoft adCenter was unable to complete your request. Please try again. If this problem continues, contact the adCenter Support Team for assistance.|
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.microsoft.adcenter.syncapis.ReportingSoapStub.requestBIReport(Unknown Source)
at com.edmunds.adcenter.client.ReportServiceClient.submitAndRetreiveReport(ReportServiceClient.java:140)
at com.edmunds.adcenter.client.ReportServiceClient.submitRetreiveReportByAccount(ReportServiceClient.java:101)
at com.edmunds.adcenter.client.ReportServiceClient.submitRetreiveReportForAccounts(ReportServiceClient.java:88)
at com.edmunds.adcenter.client.ReportServiceClient.main(ReportServiceClient.java:273)
{http://xml.apache.org/axis/}hostname:lexus
Server was unable to process request. ---> |-199999|-1|Microsoft adCenter was unable to complete your request. Please try again. If this problem continues, contact the adCenter Support Team for assistance.|
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1712)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
at org.apache.crimson.parser.Parser2.content(Parser2.java:1963)
at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
I have not run into any problem downloading the the reports for a while.
Could someone please help.
Thanks