Thanks that is interesting. What I know is,
I am writing the "MyDataService" part, and somehow
GWT must be writing the "MyDataService_Proxy" part.
And then there is this one (thankfully) very vocal
user, whose access to the RPC needed by the application
goes through the "MyDataService_Proxy" part,
and it works for him only occasionally.
I would like to be able to test the "MyDataService_Proxy"
part from where I am developing, or at least from
somewhere nearby.
On Feb 26, 7:20 am, Dan <
d.j.mcgr...@gmail.com> wrote:
> That error message suggests a different kind of proxy,
http://en.wikipedia.org/wiki/Proxy_pattern.