Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid element in com.google.api.ads.admanager.axis.v202211.ReportQuery - timeZoneType #248

Closed
haibau opened this issue Jan 6, 2023 · 5 comments

Comments

@haibau
Copy link

haibau commented Jan 6, 2023

We have a daily job using the Java client that uses API v202211 to retrieve a month-to-date report, and it has been running fine for a month, up until this afternoon.
This error is:
rg.xml.sax.SAXException: Invalid element in com.google.api.ads.admanager.axis.v202211.ReportQuery - timeZoneType at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) at org.apache.axis.client.Call.invoke(Call.java:2470) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.google.api.ads.admanager.axis.v202211.ReportServiceSoapBindingStub.runReportJob(ReportServiceSoapBindingStub.java:907) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.google.api.ads.common.lib.soap.SoapClientHandler.invoke(SoapClientHandler.java:100) at com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:234) at com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63) at com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93) at com.sun.proxy.$Proxy141.runReportJob(Unknown Source)

@lfscheidegger
Copy link

We are also running into the same issue, and there are a few messages in the forum since yesterday reporting the same issue as well (here, here, here).

@jradcliff apologies for mentioning you out of the blue, but this appears similar to this other issue back from 2016, where WSDLs for published versions of the API had been inadvertently changed. Any chance this could be something similar? Thank you!

@haibau
Copy link
Author

haibau commented Jan 6, 2023

@lfscheidegger ,
I temporarily switched to v202202 and it worked, but I have to modify some functions in the source code.
Hopefully Google will soon release a new version to fix the above error.

@jradcliff
Copy link
Member

Hi,

We're aware of this issue and the team's working on a fix to the API to resolve it. I don't expect that fix to require any client library changes or changes to anyone's usage.

Thanks,
Josh

@lfscheidegger
Copy link

Thanks @jradcliff ! Do you have an estimate on ETA for the fix?

@haibau
Copy link
Author

haibau commented Jan 7, 2023

@jradcliff @lfscheidegger
Thanks, this bug has been fixed on V202211 version.

@haibau haibau closed this as completed Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants