Re: How to call a rest web service from gwt mobile application

2011-06-23 Thread syruss
Hi jens, I have used JsonpRequestBuilder to call external service .We can hit the server but while getting the response we are getting timeout Exception Here is the code : JsonpRequestBuilder jsonRequestBuilder=new JsonpRequestBuilder(); jsonRequestBuilder.

Re: How to call a rest web service from gwt mobile application

2011-06-23 Thread syruss
Thanks juan On Jun 21, 10:14 pm, Juan Pablo Gardella wrote: > Seehttp://restygwt.fusesource.org/ > > 2011/6/21 syruss > > > Hi all, > > > I have created  a mobile application using GWT.I have successfully > > created the UI part but i have to call a rest

How to call a rest web service from gwt mobile application

2011-06-21 Thread syruss
Hi all, I have created a mobile application using GWT.I have successfully created the UI part but i have to call a rest web service from GWT mob app. What i have tried is 1.I have called the rest web service using HttpUrlConnection in java its working fine as web app but if i deployed the app in