AdWords API Re: get Keyword Approval Status with v200906

2009-09-18 Thread Qmeapi
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 adwordsapiadvi...@google.com wrote: Hi Qmeapi, The SOAP XML response appears to be correctly

AdWords API Re: get Keyword Approval Status with v200906

2009-09-17 Thread Qmeapi
Hi Eric, I'm using v200906. Here is the SOAP XML response : ?xml version=1.0 encoding=UTF-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/ v200906

AdWords API Re: get Keyword Approval Status with v200906

2009-09-16 Thread Qmeapi
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

AdWords API Re: get Keyword Approval Status with v200906

2009-09-16 Thread AdWords API Advisor
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

AdWords API Re: get Keyword Approval Status with v200906

2009-09-15 Thread AdWords API Advisor
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 qme...@gmail.com wrote: Hi adwords team,