コード例 #1
0
 def __init__(self):
     JSONProxy.__init__(self, "/cgi-bin/EchoService.py", ["echo", "reverse", "uppercase", "lowercase"])
コード例 #2
0
 def __init__(self):
     JSONProxy.__init__(self, "services/EchoService.php", ["echo", "reverse", "uppercase", "lowercase"])
コード例 #3
0
 def __init__(self):
     JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])
コード例 #4
0
ファイル: JSONRPCExample.py プロジェクト: AwelEshetu/cwm
 def __init__(self):
     JSONProxy.__init__(self, "services/EchoService.py", ["echo"])
コード例 #5
0
 def __init__(self):
     JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])