jsonrpc-cpp-devel Mailing List for JsonRpc-Cpp
Brought to you by:
s-vincent
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(3) |
Feb
(9) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
| 2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
|
22
|
23
|
24
|
25
|
26
(1) |
27
(1) |
28
|
|
29
|
30
|
|
|
|
|
|
|
From: Elestedt, F. <fr...@el...> - 2013-09-27 06:29:31
|
Please post the code where you register the function.
Can you call any of the other RPC calls, except system.describe?
If not, you have a problem in your server-side function registration.
// Fredrik
On Thu, Sep 26, 2013 at 9:20 PM, Anoop Ravi <ano...@gm...> wrote:
> Hi All,
>
> I got an issue while using jsonrpc library. i am trying to call
> the function getConnectedDevices which is registered with jsonrpc
> server. But it is showing message as "Method not found.". But in
> system.describe call, this function is showing as registered one. Can
> anyone know why this is happening?
>
> Query is:
> {"id":8,"jsonrpc":"2.0","method":"getConnectedDevices","param1":""}
>
> Received: {"error":{"code":-32601,"message":"Method not
> found."},"id":8,"jsonrpc":"2.0"}
>
> Query is: {"id":7,"jsonrpc":"2.0","method":"system.describe","param1":""}
>
> Received:
> {"id":7,"jsonrpc":"2.0","result":{"LoadModule":null,"UnloadModule":null,"getConnectedDevices":null,"setClientRoute":null,"system.describe":{"description":"List
> the RPC methods available","parameters":null,"returns":"Object that
> contains description of all methods registered"}}}
>
> --
> Anoop.
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> Jsonrpc-cpp-devel mailing list
> Jso...@li...
> https://lists.sourceforge.net/lists/listinfo/jsonrpc-cpp-devel
>
|
|
From: Anoop R. <ano...@gm...> - 2013-09-26 19:20:58
|
Hi All,
I got an issue while using jsonrpc library. i am trying to call
the function getConnectedDevices which is registered with jsonrpc
server. But it is showing message as "Method not found.". But in
system.describe call, this function is showing as registered one. Can
anyone know why this is happening?
Query is: {"id":8,"jsonrpc":"2.0","method":"getConnectedDevices","param1":""}
Received: {"error":{"code":-32601,"message":"Method not
found."},"id":8,"jsonrpc":"2.0"}
Query is: {"id":7,"jsonrpc":"2.0","method":"system.describe","param1":""}
Received: {"id":7,"jsonrpc":"2.0","result":{"LoadModule":null,"UnloadModule":null,"getConnectedDevices":null,"setClientRoute":null,"system.describe":{"description":"List
the RPC methods available","parameters":null,"returns":"Object that
contains description of all methods registered"}}}
--
Anoop.
|