Making GWT RPC calls to an external service for which you don't have code
Posted
by Artem
on Stack Overflow
See other posts from Stack Overflow
or by Artem
Published on 2010-04-19T14:38:01Z
Indexed on
2010/04/19
15:43 UTC
Read the original article
Hit count: 284
I would like to make a small program that scrapes information from a 3rd-party GWT-enabled website. Is it possible to somehow call this RPC directly? What would I need to reverse-engineer to do this (i.e. hopefully not the entire low-level protocol).
I am hoping I could somehow just call this from within my own server-side GWT or Servlet app.
© Stack Overflow or respective owner