I am writing code in Java and trying to test the exceptions using mock
services.
Can some one please give the exact SOAP response for API quota
exceeded exception.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:v12="https://adwords.google.com/api/adwords/v12";>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>43</faultcode>
      <faultstring>API invocation quota has been exceeded.</
faultstring>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

This is what i have used but for some reason when this message is
returned the remoteexception is thrown and not the ApiException. is
this expected? if yes how can i get a hold of the faultcode in the
remoteexception?

Any help is appreciated.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to