Hey Bram,

there is a PHP library for Adwords API that also uses nusoap. As far
as I know there were some other changes necessary to get it working
properly, perhaps you want to have a look at it if you encounter
future problems:
http://google-apility.sourceforge.net/

- Jan


On 23 Aug., 13:23, bramiozo <[EMAIL PROTECTED]> wrote:
> Found it Jeff, the encoding of the nuSoap class is set to iso-8859-1
> by default, changed that to UTF-8.
>
> var $soap_defencoding = 'UTF-8'; (everywhere)
> var $xml_encoding = 'UTF-8'; (class.soap_server.php)
> var $decode_utf8 = false;   (everywhere)
>
> Add to function  serializeEnvelope(...) in class.nusoap_base.php and
> nusoap.php
>     $body=utf8_encode($body);
>     $headers=utf8_encode($headers);
>
> NuSoap 0.7.2
>
> Thanks for the assistance,
>
> Bram

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to