Select to view content in your preferred language

esri.request() for flex

705
2
01-19-2011 09:21 PM
ReenaSingh
Emerging Contributor
Hi,

esri.request() is used in Javascript.
I want to use same for flex, so can you suggest me what should be used for flex.

Please help me in getting the same for flex.
Tags (2)
0 Kudos
2 Replies
Drew
by
Frequent Contributor
You will probably want to use the HTTPService object to send a request to the server.
You can find more info out here:
http://help.adobe.com/en_US/Flex/4.0/AccessingData/WS2db454920e96a9e51e63e3d11c0bf69084-7fdc.html

Drew
0 Kudos
ReenaSingh
Emerging Contributor
You will probably want to use the HTTPService object to send a request to the server.
You can find more info out here:
http://help.adobe.com/en_US/Flex/4.0/AccessingData/WS2db454920e96a9e51e63e3d11c0bf69084-7fdc.html

Drew



Thank you  🙂
0 Kudos