I think the recommended way to do this is have a server handle the webservice side of things and have your GWT client speak to the server via an RPC call.
Therefore, the user would click a btn on the client, this would fire a request to the server to run a webservice, and then the server would pass back the results, and the client would have to do something with this. On Nov 6, 11:17 am, silise <[EMAIL PROTECTED]> wrote: > Hello! > I would like to know how requests to web services are handled with > GWT. Indeed, I have a java code that sends a request (based on axis2 > java) to a web service when the user clicks on a button. > Thank you by advance > sihem --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
