You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Everyone,
I am trying to decode GWT request by using SyncProxy,
I saw there is a way to decode GWT response but I couldn't find way to decoding request.
am I missing something?
Thank you,
Dina
The text was updated successfully, but these errors were encountered:
Typically, this is done by the service interface created in the SyncProxy class, but if you're looking for some of the indepth details, the entire SyncProxy system uses code directly from GWT to do the decoding back into an object. See the #doInvoke method in the RemoteServicesSyncProxy class for some details: RemoteServiceSyncProxy. Best practice is the read through the Wiki QuickStart.
If i'm missing what, youi're asking, please advise. Thanks
Hi Everyone,
I am trying to decode GWT request by using SyncProxy,
I saw there is a way to decode GWT response but I couldn't find way to decoding request.
am I missing something?
Thank you,
Dina
The text was updated successfully, but these errors were encountered: