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"])
Example #3
0
 def __init__(self):
     JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])
Example #4
0
 def __init__(self):
     JSONProxy.__init__(self, "services/EchoService.py", ["echo"])
Example #5
0
 def __init__(self):
     JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])