the application raise an error at running time [FaultEvent fault=[RPC Fault faultString="error" faultCode="Channel.Call.Failed" faultDetail="NetConnection.Call.Failed: HTTP: Status 500"] messageId="A2736099-B64A-7802-DCA0-F749156E151A" type="fault" bubbles=false cancelable=true eventPhase=2]
my Remote object is very simple <mx:RemoteObject endpoint="http://localhost/openlearning/Weborb/ weborb.php" id="svrUser" destination="klrv2AdminDestination" fault="faultHandler(event)"> <mx:method name="getUser" result="getUserHandler(event)"/> </mx:RemoteObject> oboviusly http://localhost/openlearning/Weborb/weborb.php is a real path... On 2 Dic, 08:07, "Vinod M. Jacob" <[EMAIL PROTECTED]> wrote: > Are you getting any errors or just not able to add the parameters manually ? > > On Tue, Dec 2, 2008 at 5:38 AM, sely2k <[EMAIL PROTECTED]> wrote: > > Hi > > > Is possible to put a remoteobject into a form which is inside a > > FlexLibrary? > > > I tried to put the path of service.xml in compiler directives but, > > obviously, a flexLibrary not referring to a web folder, does not have the > > context.root. > > > I tried to put context-root directive by hand, I also tried to set the > > property endpoint to the path of the file weborb.php in my RemoteObject but > > it did not work. > > > someone had my same problem? > > > thanks > > > *__________________________* > > > *Siamo mezzi uomini, mezzi maghi, eterni bambini. - Diego Cugia * > > > *_________________________ * > > > *Non voglio piacere a tutti, perderei la stima di me stesso se piacessi a > > certa gente.* > > > *_________________________* > > > *Le idee sono le mie puttane. Diderot* > > > *E' Fantastico che qualcuno mi paghi per averle. - Leonardo D'ottavi* --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

