On 1 January 2012 11:47, preeti sp &lt;<a href="mailto:preetisp_83@yahoo.com">preetisp_83@yahoo.com</a>&gt; wrote:<br>&gt; I am interested in knowing every little detail pertaining to JSON RPC Http plugin.<br>&gt; I am not finding enough documentation online for the same.<br>
<br>There isn&#39;t much documentation for the Rabbit JSON-RPC plugin itself. However, there is quite a lot of documentation on both JSON-RPC in general and on my Erlang/Javascript JSON-RPC implementation in particular:<br>
<ul><li>The project&#39;s homepage is <a href="http://tonyg.github.com/erlang-rfc4627/">http://tonyg.github.com/erlang-rfc4627/</a>.</li><li>The JSON-RPC 1.1 spec is <a href="http://tonyg.github.com/erlang-rfc4627/doc/JSON-RPC-1-1-WD-20060807.html">http://tonyg.github.com/erlang-rfc4627/doc/JSON-RPC-1-1-WD-20060807.html</a>.</li>
<li>The manual for erlang-rfc4627 is <a href="http://tonyg.github.com/erlang-rfc4627/doc/index.html">http://tonyg.github.com/erlang-rfc4627/doc/index.html</a>. See in particular the section titled &quot;Invoking JSON-RPC procedures from Javascript&quot;.<br>
</li></ul>I&#39;d also suggest getting the plugin and its examples up and running, visiting the examples in your browser, and using Firebug or similar to inspect the HTTP requests that are going across the wire. Looking at some real network traffic will be enlightening.<br>
<br>Regards,<br>� Tony<br>--<br>Tony Garnock-Jones<br><a href="mailto:tonygarnockjones@gmail.com">tonygarnockjones@gmail.com</a><br><a href="http://homepages.kcbbs.gen.nz/tonyg/">http://homepages.kcbbs.gen.nz/tonyg/</a>