I am working on being able to use DE via javascript. I can get your php sample working just fine but can't quite get there with javascript.
Right now I think I'm hung up on the ' . htmlspecialchars($sAuthenticateHeader) . '
in your code. I understand what it does but why is this needed? I can't find an equivalent in javascript.
The error I receive from the server is :
System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> System.InvalidOperationException: There is an error in XML document (6, 2). ---> System.Xml.XmlException: This is an unexpected token. The expected token is 'QUOTE'. Line 6, position 28.
Any help is appreciated.
Thanks
Mark