This is not supported in 1.5, but is possible to do. See this article: http://jeff.mxdj.com/calling_a_webservice_purely_through_as.htm
Tracy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Wednesday, March 22, 2006 6:50 AM To: [email protected] Subject: [flexcoders] dynamically creating a remote object How can I dynamically create an instance of remote object in flex 1.5 I am trying the following testRemote = mx.core.Application.application.createClassObject(mx.servicetags.RemoteO bject, "text_mc", 0, {endpoint:"http://dverma01.corp.adobe.com:8300/cfusion/flashservices/gat eway/", source:"webreqapp.test",result:"testText.text=event.result"}); mx.core.Application.application.text_mc.test(); Thanks dv -- 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 -- 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/

