Re: [perl v201109] add_campaign.pl breaks if modules load in different order

2012-02-06 Thread Etienne Lawlor
Thanks David. I can confirm that loading the Client module first helped resolve the error: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element . -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi

Re: [perl v201109] add_campaign.pl breaks if modules load in different order

2011-12-16 Thread David Torres
Hi Ovid, That is expected the Client module makes some patching to the SOAP::WSDL module that need to happen before any other SOAP module is imported. so you need to make sure the Client module is loaded first. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

[perl v201109] add_campaign.pl breaks if modules load in different order

2011-12-14 Thread Ovid
In testing the Perl interface to the sandbox for examples/v201109/ add_campaign.pl, I repeatedly got the following error: == start == Error deserializing message: A fault was returned by the server: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element biddingStrategy