Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-29 Thread RedZoneGlobal
Hi Eric, ARGHHH! I use a boolean variable to set the namespace the first time the process get's executed. In my test code, forgot to set it, so the namespace never was declared. Txs for pointing that out! K. On Jun 29, 10:29 am, AdWords API Advisor wrote: > Hi Keith, > > An XML_STREAM_EXC erro

Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-29 Thread AdWords API Advisor
Hi Keith, An XML_STREAM_EXC error means that your SOAP request is not valid XML. In this case the error stems from the fact that you are using the v20 namespace prefix in your header without defining it. Best, - Eric On Jun 28, 6:38 pm, RedZoneGlobal wrote: > Eric, > > Sending: > > > http://s

Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-28 Thread RedZoneGlobal
Eric, Sending: http://schemas.xmlsoap.org/soap/ envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/ encoding/"> xx x xxx RedZoneGlobal https://adwords.google.com/api/adwords/cm/v200909";> SET

Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-25 Thread AdWords API Advisor
Hi, Unfortunately we don't have any v200909 SOAP XML samples available at the moment. Here is a brief sample I just created that sets the schedule of a campaign, so that it only shows on Mondays from 12-6 and on Tuesday from 8-8:30. Best, - Eric Koleda, AdWords API Team http://schemas.xmlsoap.o

V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-24 Thread RedZoneGlobal
Can someone post a working XML Sample, so we can change our processes from V13 -> V200909? I searched the Adwords API Forums, but couldn't find any sample input XML to the API. We use a SOAP control, so we have to build the packet (semi manually). We only set the schedule for a single campaign at