Hi, I have preform a soap request to mutate an adgroup using 201306 wsdl.
here is the soap request. <SOAP-ENV:Envelope v20="https://adwords.google.com/api/adwords/cm/v201306" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <v20:RequestHeader xmlns:v20="https://adwords.google.com/api/adwords/cm/v201306"> <v20:authToken>*******************</v20:authToken> <v20:developerToken>*************</v20:developerToken> <v20:clientCustomerId>***-***-****</v20:clientCustomerId> </v20:RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <v20:mutate xmlns:v20="https://adwords.google.com/api/adwords/cm/v201306"> <v20:operations> <v20:operator>ADD</v20:operator> <v20:Operation.Type> <xsd:element name='AdGroupOperation' type='xsd:string' /> <v20:operand name="operand" type="tns:AdGroup"> <v20:campaignId>*******</v20:campaignId> <v20:campaignName>my Campaign</v20:campaignName> <v20:name>Test adgroup 1</v20:name> <v20:status>Active</v20:status> </v20:operand> </v20:Operation.Type> </v20:operations> </v20:mutate> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Am getting he following error message: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element v20:operations.</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> i think am doing something wrong. But where can you please let point out thank you, Syed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
