Hey! my messages are beeing reviewed b/c I'm a new member... anyway, I made my xml look like the one posted at http://code.google.com/p/adwords-api-xml-samples/source/browse/trunk/src/v200906/add_campaign.xml
That's what I got: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ ws/2005/05/addressing/none" /> <h:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200906" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:h="https:// adwords.google.com/api/adwords/cm/v200906"> <authToken>DQAAAIwAAABG-YBmiFKOs0g- w0A6acKGtbpMzEJTSqwbKuXAViWgkyp5KXlLconNTntMGRO20uboNQAHudaWr2BVKddtxfHHwBQR- PNGSLaEyRyYzdXkaMXUVmONGuyshnAWVZHFZEipVI6pIyIv88sSahIRhZZ7VEMOI8ivL9Wp7UBS1EfszS-4IF2WhJQyHhfUQg8IcaE</ authToken> <developerToken>[email protected]++usd</developerToken> <userAgent>Test Company</userAgent> </h:RequestHeader> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200906"> <operations> <operator>ADD</operator> <operand> <name>Test campaign</name> <status>ACTIVE</status> <endDate>20100101</endDate> <budget> <period>DAILY</period> <amount> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000</microAmount> </amount> <deliveryMethod>STANDARD</deliveryMethod> </budget> <biddingStrategy xsi:type="ManualCPC" /> </operand> </operations> </mutate> </s:Body> </s:Envelope> and the response I received is <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200906"> <requestId>70ac1b9b879d3380fa415c3053f1430d</requestId> <operations>1</operations> <responseTime>149</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/v200906"> <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> This was generated at 14:10 -3 GMT 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 [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 -~----------~----~----~----~------~----~------~--~---
