flex4 - Flex 4 - Sending string (such as JSON) using HTTPService -
when use httpservice.send(paramter) post request, web server not appear see variable "parameter" if string. server sees parameter if it's object, i'm looking use httpservice.send(json.encode(object)); possible?
why not use actual request objects.
in service define request objects , post them or send them if please.
sample code here: http://pastebin.com/ft7qw2vg
then call .send on service.
on server can simlpy process if request.form (asp)
failing why not append url binding expression. (you need encode since more or less faking url or behaviour).
Comments
Post a Comment