urlfetch.fetch(url='http://localhost:8096/PostService.post_note',
payload=repr({"text": "Hello guestbook!"}), method=urlfetch.POST,
headers={"Content-Type": "application/json"})
When you get a 500 error when using ProtoRPC it is likely that there
was some internal implementation exception. It should appear in your
logs. That will make it easier for you to understand what happened.
--
- Rafe Kaplan