Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary « Newer  Topics 11 - 20 of 265  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: This is a mailing list and forum for anyone interested in JSON-RPC.
 

Error Code :0107 
  Hi, Currently we are sending JSON object which is embedded in HTML page and sending it through a server through Servlet call. But when I call using curl command it states the following exception errorMessage/errorCode: Incomplete or malformed request./0107/Incomplete or malformed request. at... more »
By jibanendu rath  - Feb 19 - 2 new of 2 messages    

Array as return value 
  Hi all, In all the JSON RPC examples and specs I have seen, parameters are passed as an array whilst the return value is always singular. Is there any reason why the return value cannot be an array or a tuple?
By Roger  - Feb 16 - 2 new of 2 messages    

libjson-rpc-cpp (a C++ framework for independent json-rpc client and server) 
  Hi! I have recently finished the first public version of a new json-rpc framework for C++, libjson-rpc-cpp. You can find it here<[link]> . core features: - Full JSON-RPC 2.0 Support (batch requests, parameter type and name checking, ...). - Embedded HTTP server to provide simple interfaces for your json-rpc... more »
By cinemast  - Feb 7 - 1 new of 1 message    

Wiki batch example incorrect 
  *[link] * * Example says* * --> [1,2,3]<-- {"jsonrpc": "2.0", "error": {"code": -32600, "message": "Invalid JSON-RPC."}, "id": null} but it should be --> [1,2,3] <-- [ {"jsonrpc": "2.0", "error": {"code": -32600, "message": "Invalid Request"}, "id": null},... more »
By bbkr  - Feb 6 - 2 new of 2 messages    

Wiki has incorrect "message" values in "error" member. 
  *[link] * * Such values as "Procedure not found." are not consistent with fault codes provided in [link] - it should be "Method not found". (without dot at the end as discussed in [link])... more »
By bbkr  - Feb 6 - 1 new of 1 message    

Is there an up-to-date, maintained Json-rpc 2.0 implementation written in python? 
  I came across an API I need to talk to which implements jsonrpc2.0 which to be honest I though was death. Is there any actively developed working clients written in python out there?
By Jorge Vargas  - Feb 6 - 3 new of 3 messages    

How To Install :/ 
  Hey Guys :) I realy cant find a instalation guide for JSON-RPC have you one?
By Hansbald Adrian  - Jan 24 - 2 new of 2 messages    

JSON-RPC 2.0 Server Implementation for .Net 4.0 
  Hi, JSON-RPC.Net is a JSON-RPC 2.0 Server for .Net 4.0, the home for the project is at [link] I'm interested in feedback, feature ideas, performance results, ect for this implementation. I believe it matches the JSON-RPC 2.0 spec 100%. I'm interested in adding something like SMD or JSON Schema to it. I have... more »
By Austin Harris  - Jan 15 - 4 new of 4 messages    

Position of the id value in the response object 
  I wonder why the id is at least position of the response. I think, it should be before the result value. Reason: When a client calls many methods at once (e.g. within one Http request), it has to use the value of the id to "dispatch" the returning results. When the id value comes after the result value, the client must first read... more »
By mar  - Jan 13 - 8 new of 8 messages    

JSON-RPC Calls Across User Contexts? 
  Guys, be gentle with this noob! (I've been looking a long time for something like this, and a too-quick look tells me that JSON-RPC might work for me in this.) I have a conventional web/php/js application in which there's an occasional server-side need - within user X's context - to invoke a... more »
By A. Shore  - Jan 5 - 5 new of 5 messages    

11 - 20 of 265   « Newer | Older »

XML       Send email to this group: json-rpc@googlegroups.com