Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Unmarshalling Error: For input string: "" #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello ,

I've been trying to update one of my codes that uses the Adwords API using the 
latest v201109 and it seems that I'm not able to succeed.

For some reason I am getting the following error :
Unmarshalling Error: For input string: "" on line 201

I have debugged my code and it seems to be throwing the exception at the call 
of :
$targetingIdeaService->get($selector);

where :

$targetingIdeaService =  $user->GetService('TargetingIdeaService', 'v201109');

Now , in the Soap Call from Api\Ads\Common\Lib\AdsSoapClient.php , I'm having 
the attached stack.

Please advise on overcoming this error.

Thank you !

Original issue reported on code.google.com by tvoo...@gmail.com on 13 Mar 2012 at 7:13

GoogleCodeExporter commented 8 years ago

Original comment by tvoo...@gmail.com on 13 Mar 2012 at 7:37

Attachments:

GoogleCodeExporter commented 8 years ago
Was the SOAP XML request and response logged in this case?  Is it happening for 
all v201109 requests?  All v201109 TIS requests?

Original comment by ekoleda+devrel@googlers.com on 13 Mar 2012 at 1:38

GoogleCodeExporter commented 8 years ago
No I do not think it was.
I don't know honestly , this is the only thing I've tried when I saw the error.

Original comment by tvoo...@gmail.com on 13 Mar 2012 at 2:50

GoogleCodeExporter commented 8 years ago
I can't reproduce this error, so closing for now. If you can provide more 
information that allows me to reproduce the error I will reopen this issue.

Original comment by ekoleda+devrel@googlers.com on 29 May 2012 at 7:07