Hello and welcome to the JSON-RPC group. I am currently writing on the specs found at http://jsonrpc.kollhof.net. Any comments or suggestions will be...
Hello, I have updated the http://jsonrpc.kollhof.net/ page. Here some issues: 1.1 arguments Should we allow named arguments as found for example in Python? ...
Well, I am basically talking to myself here, but maybe some day more people will join. JSON-RPC has moved to it's own domain, http://json-rpc.org I have been...
Hi Jan-Klaas, ... No, your not the only one here. I found your great project and have been writing a Java implementation of the protocol. It is great idea and...
Hello, ... Good to hear. ... You are talking about a complete Object Brocker/Object Acsess Protocol There are a few problems though. What hapens with object...
... I have my code up on the web now: http://oss.metaparadigm.com/jsonrpc/ ... I've ended up creating a new server proxy and encoding the object_id into the...
Hi, ... I'll link it on the impl page. ... Please do. Also, I am not sure how much I like the system.listMethods ... My old JS and python impl. supported it...
... Thanks. ... Yes. Will be working on it a little more this weekend and will take a look at your new code. BTW - having some trouble using jsolait in...
Hello, ... jsolait uses HTTPRequest object in Moz and in IE the equivalent. I don't think that works on the Mac or in Konq. :( To avoid import errors you can...
... Does work okay in latest Safari on MacOS X 10.3 though (they must have recently added the XMLHttpRequest object). ... Yes, tried again like this and konq...
Hello, The simple json protocol does not satisfy all needs. Only simple data types, sequences and collections are supported. There is not even a native Date...
Hey there, ... JSON-RPC sounds like a great idea, I have played around with it a bit ever since I saw notes about it in the DomAPI forum. Here is a site that...
Hi, I've continued the work on my JSON-RPC-Java implementation and have been adding some basic ORB funcationality. * References - Objects of classes registered...
... I liked this idea originally but have been thinking about it. My problem is this: JSON is a standard and this embedded procedure call within a JSON object...
... or more like you had suggested but instead as a plain JSON object { JSONRPCType: "Proxy", objectID: "9d9ef3a6", methods: ["foo", "bar"] } ... The other...
Hi, OK, I have heard that argument before about the function calls. I don't think it is very hard to parse though. But I can see the point and agree with...
Finally I found some time again to work on JSON-RPC. I have updated the spec to include class hinting. This is accomplished by introducing a special property...
Hello, JSON-RPC was presentedn in two presentations at the SVGOpen 2004 in Tokyo. It was used to show how client/server communication can be done in SVG and as...
Hello, I'm currently working on PHP implementation of the JSON-RPC I have designed code for PHP4 and going to start working on PHP5 work. Will let you know how...
Hello list! I am just a json-rpc newbie and I just want to know if there's any way, I can add custom error messages on json-rpc error field. I'm currently...
hi, The python lib is a very rudamentary impl. There is not a whole lot of room for customization. Whenever a method of a service is executed and an error...
Ah ok. So, there's really no easy way of adding puting error messages to json error field using python json-rpc lib? If its possible, how can it be done? Does...
Hello, ... messages to json error field using python json-rpc lib? Depends on how you interpret "easy". :) You would need to change the python impl. I made it...
Hi, That's a good question :). I know that Dimitri Durach is witing a PHP impl. and Michael Clark has a Java impl. and then there is my python impl. I have...
Hi all, ... JSON-RPC? Nothing new realy. I am thinking of adding sockets to JavaScript in HTML using an applet. But have not had the time. I already have an...
Hi Dmitry Any chance of sharing your PHP4 code with me? I have been using RPC via the DomAPI libary but am looking for something a bit more lightweight. My...