pk schrieb:

> I am trying to send a byte[] to server (which is a file stream read
> thrugh a trusted applet and converted to byte[] and returned to the
> gwt client using gwtai). I am not getting any exception either in
> client side or in the server side, but the RPC call is not able to
> reach the server. Your valuable suggestions are appreciated in
> advance.

Without sources (applet- and server-side), it's hard to tell.
To find out more, what happens "under the hood", start Wire-
shark and check what happening on the wire, i.e. does the
request reach the server, is the data transfered in the way
you intend it to be, etc.


Regards, Lothar

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to