Well done Eric, the problem was due to my adwords-api jar. I added the
latest one and now everything is much better.
Thanks for your help.
Cheers,
Qmeapi
On Sep 18, 7:42 am, AdWords API Advisor
wrote:
> Hi Qmeapi,
>
> The SOAP XML response appears to be correctly formatted. My guess is
> that
Hi Qmeapi,
The SOAP XML response appears to be correctly formatted. My guess is
that your Java stub classes aren't aware of the stats field. Did you
generated the stub classes yourself using Axis? Have you tried re-
generating them again from the WSDL?
Best,
- Eric
On Sep 17, 7:41 am, Qmeapi
Hi Eric,
I'm using v200906.
Here is the SOAP XML response :
http://schemas.xmlsoap.org/soap/envelope/";>
https://adwords.google.com/api/adwords/cm/
v200906">
874c9a90feab1139938bbe2bcd588dfa
1
192
Hi Qmeapi,
I assume you are using the AdWords API Java Client Library. If so,
which version? Also, could you post the SOAP XML response that is
received? It appears as if there is a problem unmarshaling the SOAP
XML objects back to Java objects.
Best,
- Eric
On Sep 16, 3:53 am, Qmeapi wrote
Hi Eric, thanks for your reply.
Concerning my error I think it comes from Java.
Here is my error information :
WARNING: AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: org.xml.sax.SAXException: Invalid element in
com.google.api
Hi Qmeapi,
I tried using your exact code, and it worked correctly for me, as did
GetActiveCriteriaDemo. Is the error coming in through the SOAP XML
response or being generated by Java?
Best,
- Eric Koleda, AdWords API Team
On Sep 15, 4:14 am, Qmeapi wrote:
> Hi adwords team,
>
> I have a prob