Hi,
I have the code as:
var service = new HTTPService();
service.url = <url>;
service.request= {path:path, domain:Util.getDomain(),
recur:"n"};
service.showBusyCursor = true;
service.resultFormat = "text";
service.result = function(event):Void {
mx.core.Application.application.debug.text += "OK!!! " +
event;
}
service.fault = function(event):Void {
mx.core.Application.application.debug.text
+= "FAILED!!! " + event;
}
service.send();
I can see the request been received on the server side and a response
send to the client. However, the service.result is not called.
Can someone tell me what I did wrong?
Thank you in advance.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/