Send HTTP request with GWT-RPC call via Python -
i need initiate action on server via sending http request gwt-rpc call in body section. i'm new in gwt subject please forgive lack of knowledge. in java able perform action via sending http post request proper headers , gwt-rpc in body tried same in python requests library. unfortunately, when sending gwt-rpc call got response:
//ex[2,1,["com.google.gwt.user.client.rpc.incompatibleremoteserviceexception/3936916533","this application out of date, please click refresh button on browser. ( malformed or old rpc message received - expecting version between 5 , 7 )"],0,7]
i read few topics:
- manually generating x-gwt-rpc python,
- com.google.gwt.user.client.rpc.incompatibleremoteserviceexception
and understood there's no way send gwt-rpc call other platform java without additionall effort. please correct me , advise if i'm wrong.
Comments
Post a Comment