I've never done it specifically to a gwt service but no reason you couldn't. You probably have two options - use ExternalInterface to call the gwt generated js or do the rpc/json serialization natively in flex and make the call from flex. Personally I'd go with the ExternalInterface - that way the serialization is automatically generated for you and you don't have to manage it.
gavin On May 26, 11:42 am, "gadaleta.marco" <[email protected]> wrote: > Hi, i'm developing an hybrid system. > It's possible to call gwt servlet from flex? > > Thank you > Marco -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
