I'm playing around with Google APIs and it says that all requests are supposed to be UTF-8 encoded. Funny thing is, it works if I use normal text encoding, but get a 500 server error if I attempt to UTF encode it first. Any ideas?

-- in revSoap library, revSoapRpcRequest function

-- this causes 500 server error
post uniEncode(tSOAPEnvelope, "UTF8") to url pUrl
-- this works fine
post tSOAPEnvelope to url pUrl

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to