Could you pls provide some link or code, that how to write remoteserviceservlet and integrate with gwt.
On Sat, Jul 31, 2010 at 11:04 PM, Subhrajyoti Moitra <[email protected] > wrote: > use GWT RPC mechanism. > build a remoteserviceservlet that doubles as a webservice client (this will > be typically be implemented using some SOAP stack like axis2 or xfire). > > thanks, > Subhro. > > > On Sat, Jul 31, 2010 at 10:49 PM, Deepak Singh > <[email protected]>wrote: > >> I am using gwt 2.1 in my project. I have to make cross-domain web service >> call. I have wsdl and methods are known to invoke. I am not aware of web >> service so i feel very much difficulty in understanding web service. can any >> one suggest me some simple way to call cross-domain web services... >> >> >> >> -- >> 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]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
