Hi! I have the same problem. This is the generated log: <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <ns1:RequestHeader xsi:type="ns1:RequestHeader"> <ns1:authToken>*****</ns1:authToken> <ns1:clientEmail>*****</ns1:clientEmail> <ns1:developerToken>********</ns1:developerToken> <ns1:userAgent>AwApi-PHP-2.4.1-Konstruktor Kft.</ns1:userAgent> </ns1:RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <ns1:mutate> <ns1:operations> <ns1:operator>ADD</ns1:operator> <ns1:operand> <ns1:name>Interplanetary Cruise #1299139098</ns1:name> <ns1:status>PAUSED</ns1:status> <ns1:budget> <ns1:period>DAILY</ns1:period> <ns1:amount> <ns1:microAmount>50000000</ns1:microAmount> </ns1:amount> <ns1:deliveryMethod>STANDARD</ns1:deliveryMethod> </ns1:budget> <ns1:biddingStrategy xmlns:ns1="https://adwords.google.com/ api/adwords/cm/v201008" xsi:type="ns1:ManualCPC"/> </ns1:operand> </ns1:operations> </ns1:mutate> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
<?xml version="1.0"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v201008"> <requestId>e4c202ee5486540caae10179bd871e78</requestId> <operations>1</operations> <responseTime>774</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@1bc62be]</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/ adwords/cm/v201008"> <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@1bc62be]</message> <ApplicationException.Type>ApiException</ ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xsi:type="InternalApiError"> <fieldPath/> <trigger/> <errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</ errorString> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> On márc. 3, 06:15, AdWords API Advisor <[email protected]> wrote: > Hi, > > Could you post a sanitized request and response xml online? I can't > seem to pull them from the logs based on your request id. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Mar 2, 10:29 pm, suslik <[email protected]> wrote: > > > > > > > > > Can't continue work without it.... Lets hope Google Adwords API team > > will fix it soon. > > > On Mar 2, 5:19 pm, rayden <[email protected]> wrote: > > > > same here. > > > > i guess sandbox has some errors. > > > > On Mar 2, 4:14 pm, suslik <[email protected]> wrote: > > > > > Same here, > > > > > there are already one thread about it, created this morning. > > > > > On Mar 2, 12:07 pm, "devil'sadvocate" <[email protected]> > > > > wrote: > > > > > > Hi, > > > > > i am using sandbox ,it was working properly for all api calls,but > > > > > it all of a sudden it started throwing UNEXPECTED_INTERNAL_API_ERROR > > > > > without any change in the code level. > > > > > > Could anyone please tell what may be the issue? > > > > > > Error message: > > > > > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ > > > > > envelope/"><soap:Header><ResponseHeader xmlns="https:// > > > > > adwords.google.com/api/adwords/cm/ > > > > > v201008"><requestId>2adb02c957c67863a8b9f81073167b38</ > > > > > requestId><operations>1</operations><responseTime>470</ > > > > > responseTime><units>1</units></ResponseHeader></ > > > > > soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</ > > > > > faultcode><faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR > > > > > @ [Ljava.lang.StackTraceElement;@1d970a2]</ > > > > > faultstring><detail><ApiExceptionFault xmlns="https:// > > > > > adwords.google.com/api/adwords/cm/ > > > > > v201008"><message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > > > > > [Ljava.lang.StackTraceElement;@1d970a2]</ > > > > > message><ApplicationException.Type>ApiException</ > > > > > ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/ > > > > > XMLSchema-instance" xsi:type="InternalApiError"><fieldPath></ > > > > > fieldPath><trigger></ > > > > > trigger><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</ > > > > > errorString><ApiError.Type>InternalApiError</ > > > > > ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></ > > > > > ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> > > > > > > Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] 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
