SOAP request: https://adwords.google.com/api/adwords/cm/v201402/BiddingStrategyService
==== header omitted =====
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201402" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header><wsdl:RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201402"><userAgent>========== (AwApi-Ruby/0.12.0, Common-Ruby/0.9.5, Savon/1.2.0, ruby/2.1.1, HTTPI/1.1.1, net_http)</userAgent><developerToken>================</developerToken><clientCustomerId>==========</clientCustomerId></wsdl:RequestHeader></env:Header><env:Body><mutate xmlns="https://adwords.google.com/api/adwords/cm/v201402"><operations><operator>ADD</operator><operand><biddingScheme xsi:type="ManualCpcBiddingScheme"><enhancedCpcEnabled>false</enhancedCpcEnabled></biddingScheme><name>1402644565</name><status>ACTIVE</status><type>MANUAL_CPC</type></operand></operations></mutate></env:Body></env:Envelope>
The soap response was :
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201402"><requestId>0004fbb2a313e0b00a424f278c0046f2</requestId><serviceName>BiddingStrategyService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>121</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED @ operations[0].operand.type; trigger:'MANUAL_CPC']</faultstring><detail><ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201402"><message>[BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED @ operations[0].operand.type; trigger:'MANUAL_CPC']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="BiddingStrategyError"><fieldPath>operations[0].operand.type</fieldPath><trigger>MANUAL_CPC</trigger><errorString>BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED</errorString><ApiError.Type>BiddingStrategyError</ApiError.Type><reason>BIDDING_STRATEGY_NOT_SUPPORTED</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
Thanks!