There is service that gets and responses binary data and Java SWING client application that works with that service.
I wish to replace Java SWING with GWT app.
Is there GWT API to query binary data?
It is unlikely to encode binary data on server.
I need that to work at least on WebKit as app must work on iOS.
Thanks