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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -