Hi Sarah,

I haven't been able to replicate this problem locally, and there is
only sparse information available about that error.  There is another
thread on this forum discussing the problem, and you might find some
help there:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/6d7d998c2deaccbd/

Best,
- Eric

On Jan 5, 10:59 pm, SarahSmith <sys...@discoveryrentals.com.au> wrote:
> I've still not been able to run anything in the API.
>
> I'm currently getting a SOAP error:
> SOAP-ERROR: Parsing WSDL: Couldn't load from
> 'https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignSer...
> : Start tag expected, '<' not found
>
> For the above example, the line of code causing the error is simply the
> soapclient constructor call:
> parent::__construct($wsdl, $options);
>
> Using the below code, I get a valid XML file:
> $data =
> file_get_contents("https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignSer...";);
> $sxe = simplexml_load_string($data);
>
> I don't know what the difference is!
>
> Is it possible the sandbox server is asking for a password or some other
> pop-up window is being returned to the soapclient call and thus breaking the
> XML?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to