Hello,
I wasn't able to reproduce this issue. Can you please send me full request and response code for this issue? Please use "Reply to author" button to avoid sharing with the group. -Danial, AdWords API Team. On Monday, October 14, 2013 5:38:12 PM UTC+4, mm wrote: > > Hey guys - > I am also seeing this error, but I am using the v201309 java client > library (old library). This prevents our being able to move to v201309. > > Thanks! > mm > > On Friday, October 11, 2013 6:26:33 AM UTC-5, GrueneOrchidee wrote: >> >> I want to get all campaigns of one customer. Therefor I use the >> CampaignService of the adwords-appengine (version 1.20.0, v201309, Java). >> >> Here is my SOAP Request: >> >> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap=" >> http://schemas.xmlsoap.org/soap/envelope/"> >> <soap:Header> >> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201309"> >> <partialFailure>false</partialFailure> >> <userAgent>null (AwApi-Java, AdWords-AppEngine/1.20.0, >> Common-Java/1.20.0, JAX-WS/Unknown, Java/1.7.0, maven)</userAgent> >> <authToken>XXXXXXXXX</authToken> >> <developerToken>XXXXXXXXX</developerToken> >> <clientCustomerId>5031923170</clientCustomerId> >> </RequestHeader> >> </soap:Header> >> <soap:Body> >> <get xmlns="https://adwords.google.com/api/adwords/cm/v201309" >> xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201309" >> xmlns:ns3="https://adwords.google.com/api/adwords/rm/v201309" xmlns:ns4=" >> https://adwords.google.com/api/adwords/mcm/v201309" xmlns:ns5=" >> https://adwords.google.com/api/adwords/o/v201309" xmlns:ns6=" >> https://adwords.google.com/api/adwords/ch/v201309"> >> <serviceSelector> >> <fields>AdServingOptimizationStatus</fields> >> <fields>Amount</fields> >> <fields>BidCeiling</fields> >> <fields>BidType</fields> >> <fields>BiddingStrategyId</fields> >> <fields>BiddingStrategyName</fields> >> <fields>BiddingStrategyType</fields> >> <fields>BudgetId</fields> >> <fields>BudgetName</fields> >> <fields>BudgetReferenceCount</fields> >> <fields>BudgetStatus</fields> >> <fields>DeliveryMethod</fields> >> <fields>Eligible</fields> >> <fields>EndDate</fields> >> <fields>EnhancedCpcEnabled</fields> >> <fields>FrequencyCapMaxImpressions</fields> >> <fields>Id</fields> >> <fields>IsBudgetExplicitlyShared</fields> >> <fields>Level</fields> >> <fields>Name</fields> >> <fields>Period</fields> >> <fields>PricingMode</fields> >> <fields>RejectionReasons</fields> >> <fields>ServingStatus</fields> >> <fields>Settings</fields> >> <fields>StartDate</fields> >> <fields>Status</fields> >> <fields>TargetContentNetwork</fields> >> <fields>TargetGoogleSearch</fields> >> <fields>TargetPartnerSearchNetwork</fields> >> <fields>TargetSearchNetwork</fields> >> <fields>TimeUnit</fields> >> <ordering> >> <field>Name</field> >> <sortOrder>ASCENDING</sortOrder> >> </ordering> >> </serviceSelector> >> </get> >> </soap:Body> >> </soap:Envelope> >> >> As result, I get the following error: >> >> Cannot construct an instance of >> com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.Setting >> because it is abstract. You are probably missing an @Uses annotation while >> invoking public abstract >> com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.CampaignPage >> >> com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.CampaignServiceInterface.get(com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.Selector) >> >> throws >> com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.ApiException_Exception >> >> with params >> [com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.Selector@6353c0]. >> >> What can I do for avoiding this error? >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.
