Hi I'm migrating our dot Net interface with the Adwords API to utilise v200909; as per Google recommendations, I'm also migrating to the Adwords dot net client library instead of generating proxy stubs from the WSDL's (due to the Namespace conflict).
During testing, I attempted to set a Campaign Monthly budget where it is not allowed. Using v13 and associated WSDL proxies I'm able to parse a validation error "One or more input elements failed validation. : This customer does not have access to monthly budgets". This is useful. Using the dot net client and v200909 - I get an ambiguous response "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @" - (SOAP response below). This is not useful. Do I need to do anything else to get at the underlying exception or is this all I can get? regards pete <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <requestId>60dafca05d328ca9b73ddb4e0cd07c3d</requestId> <operations>1</operations> <responseTime>389</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/ adwords/cm/v200909"> <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ message> <ApplicationException.Type>ApiException</ ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xsi:type="InternalApiError"> <fieldPath> </fieldPath> <trigger> </trigger> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -- 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.
