tags:

views:

31

answers:

1

I want to access a GWT service from a Python script, so I want to generate a x-gwt-rpc request manually. Can't seem to find any info on the format of a GWT RPC call, since everybody does it from Java (so the call is generated by the framework). Where can I find some detailed documentation about this format?

+1  A: 

Don't think it is a trivial task to do that, but because gwt is opensource i would say that the source-code is a pretty good documentation for how it works, if you know java that is.

Gwt source

pathed
I was hoping for a more optimistic answer, but judging by the lack of interest in answering this question, this is probably the only way to go. It was not a priority until now, but I'll have to dig into it soon. Thanks. :)
ionut bizau