Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
241 views

Webservice in GAE, call from a C# client

I have created a webapplication on Google App Engine that gets and sets data in datastore, using Python API and it's working fine. Now I want to access to that data from a client application, written ...
2
votes
3answers
452 views

Make JSON-RPC jQuery plugin work with GAE ProtoRPC

I am trying to make these two libraries work together. But I am not sure they can connect out of the box. Before using JSON-RPC plugin I did it successfully with standard $.ajax functionality. Could ...
1
vote
0answers
17 views

ProtoRPC setup basic hello world doesn't work

i setup the ProtoRPC hello app and it doesn't work i'm using this to post to it $.ajax({url: "http://wordninjabackend.appspot.com/hello", type: 'POST', contentType: 'application/json', data: "{ ...
0
votes
1answer
30 views

Does GAE ProtoRPC support json data field for request

I am doing development on python and GAE, When I try to use ProtoRPC for web service, I cannot find a way to let my request contain a json format data in message. example like this: request format: ...