def __init__(self):
     JSONProxy.__init__(self, "/cgi-bin/EchoService.py", ["echo", "reverse", "uppercase", "lowercase"])
 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
 def __init__(self):
     JSONProxy.__init__(self, "services/EchoService.py", ["echo"])
示例#5
0
 def __init__(self):
     JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])