Re: Cross-domain call

2010-07-31 Thread Sebastian Rothbucher
HI, I guess Subhrajyoti is right, you can only call cross-domain when your app runs on the local client (i.e. on a desktop or phone - including phonegap deployments). Otherwise, I'd first create a service myself (on the server side) and secondly call the other service in a 2nd domain. Depending on

Re: Cross-domain call

2010-07-31 Thread Deepak Singh
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 wrote: > use GWT RPC mechanism. > build a remoteserviceservlet that doubles as a webservice client (this will > be typically be implemented

Re: Cross-domain call

2010-07-31 Thread Subhrajyoti Moitra
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 wrote: > I am using gwt 2.1 in my project. I have to make cro

Cross-domain call

2010-07-31 Thread Deepak Singh
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... -- Yo