Re: GWT Cross-domain problem

2009-10-15 Thread Dominik Steiner
or you could use cross-site JSON requests http://code.google.com/intl/de/webtoolkit/tutorials/1.6/Xsite.html HTH Dominik On Oct 14, 8:53 am, Bakul wrote: > GWT RPC call must be served from the same server from where GWT > generated script initially served on the browser. > > For example I am

Re: GWT Cross-domain problem

2009-10-14 Thread Bakul
GWT RPC call must be served from the same server from where GWT generated script initially served on the browser. For example I am the user and I am requesting page from domain A, as my page has been served from domain A, GWT RPC calls must be served from domain A.GWT RPC can't communicate to dom

GWT Cross-domain problem

2009-10-14 Thread Jakes
I have made a component using gwt, this is a GIS-card viewer that uses a C# made server where i use RPC calls to send data between the server and the client (cardviewer). All this works like a charm. The problem is that while this component runs from the domain cardviewer.company.com, and the pro