Hi Dany You can use the HTTP client package to do it yourself (beware the 'browser origin' rule) http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/http/client/package-summary.html
if the WS is JSON compatible, you can use this fudgy method http://www.gwtsite.com/how-to-access-web-services-with-gwt/ You can use ws-js http://www.ibm.com/developerworks/webservices/library/ws-wsajax/ Or you can use gwt-ws http://evolvis.org/projects/gwt-ws/ I haven't really checked any of these options out, just googlage. I intend to look at gwt-ws first. FYI, I am calling document style xml web services ofer http so need to handle XML on the client, I am using piriti to make this less painfull http://code.google.com/p/piriti/ Michael On Feb 3, 8:34 am, Dany <[email protected]> wrote: > Hi > > I am new to GWT and looking at ways to access awebservicefrom GWT > client. > Does GWT provide any infrastructure to makewebservicecalls (both > synch & asynch)? > > I appreciate any pointers to articles, code samples, etc. > > Thanks -- 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.
