e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
40 lines
522 B
Text
40 lines
522 B
Text
{
|
|
"SMDVersion":".1",
|
|
"objectName":"testClass",
|
|
"serviceType":"JSON-RPC",
|
|
"serviceURL":"../../dojo/tests/resources/test_JsonRPCMediator.php",
|
|
"methods":[
|
|
{
|
|
"name":"myecho",
|
|
"parameters":[
|
|
{
|
|
"name":"somestring",
|
|
"type":"STRING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name":"contentB"
|
|
},
|
|
{
|
|
"name":"contentC"
|
|
},
|
|
{
|
|
"name":"add",
|
|
"parameters":[
|
|
{
|
|
"name":"x",
|
|
"type":"STRING"
|
|
},
|
|
{
|
|
"name":"y",
|
|
"type":"STRING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name":"triggerRpcError"
|
|
},
|
|
|
|
]
|
|
}
|