Last change
on this file since 263 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
-
Property svn:executable set to
*
|
File size:
520 bytes
|
Line | |
---|
1 | { |
---|
2 | "SMDVersion":".1", |
---|
3 | "objectName":"testClass", |
---|
4 | "serviceType":"JSON-RPC", |
---|
5 | "serviceURL":"../../dojo/tests/resources/test_JsonRPCMediator.php", |
---|
6 | "methods":[ |
---|
7 | { |
---|
8 | "name":"myecho", |
---|
9 | "parameters":[ |
---|
10 | { |
---|
11 | "name":"somestring", |
---|
12 | "type":"STRING" |
---|
13 | } |
---|
14 | ] |
---|
15 | }, |
---|
16 | { |
---|
17 | "name":"contentB" |
---|
18 | }, |
---|
19 | { |
---|
20 | "name":"contentC" |
---|
21 | }, |
---|
22 | { |
---|
23 | "name":"add", |
---|
24 | "parameters":[ |
---|
25 | { |
---|
26 | "name":"x", |
---|
27 | "type":"STRING" |
---|
28 | }, |
---|
29 | { |
---|
30 | "name":"y", |
---|
31 | "type":"STRING" |
---|
32 | } |
---|
33 | ] |
---|
34 | }, |
---|
35 | { |
---|
36 | "name":"triggerRpcError" |
---|
37 | } |
---|
38 | ] |
---|
39 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.