just a few things you can do -install the samples application (samples.war) ..if you havent already.
if your trying to access your java objects on websphere you probably need to use <mx:RemoteObject> tag with an endpoint attribute pointing to your java object e.g. <mx:RemoteObject id="remote1" endpoint="http://localhost:9080/MySamples/hello.java" /> the above endpoint is saying you have an application installed on your websphere called MySamples containing a hello.java (for example)]. Now you can access methods in hello.java --- In [email protected], Libby Chantel <[EMAIL PROTECTED]> wrote: > Is this not doable? > > --- Libby Chantel <[EMAIL PROTECTED]> wrote: > > I am a newbie with Flex, trying to get it going for > > a > > proof of concept. I have Flex installed on my remote > > Java Server (Websphere). I can successfully make > > calls > > from Flash apps on my pc to the java programs > > running > > on the server. So far, I cannot get the very same > > calls from Flex to work. I cannot find an example of > > this setup in the MM doco for Flex. Could someone > > PLEASE either post a link to the doco that explains > > it > > in terms a dummy like me can understand, or, post > > sample MXML code that works for you? Or, maybe even > > do > > both :) > > > > Thank you very much, > > Libby > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Small Business - Try our new resources site! > > http://smallbusiness.yahoo.com/resources/ > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > http://smallbusiness.yahoo.com/resources/ 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/

