This is most likely because SOAP uses XML to encode its messages, and £ is not generally a valid character in XML. The entity reference for £ is £ so try using that instead e.g.:
$operation = new AdParamOperation('£$adParam1', 'SET');
£ is sometimes used as an entity reference for £, but this isn't supported in all browsers whereas £ is.
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks