Hi All,

Every service call to my server requires query params (POST and GET),
even some POST requests will send query params. I have found that with
HTTPService if I specify the Object with key value pairs in send(
queryParams) it does not send the xml I set as the data property.

Some of my query params need encoding but I cant seem to find a
urlencode(str) in Flex 3 SDK like in JavaScript.

Does anyone know how I can encode a string for a query param?

Any help much appreciated.

Greg

Reply via email to