Пример #1
0
from pyhessian.client import HessianProxy
service = HessianProxy("http://hessian.caucho.com/test/test")
print service.replyDate_1()
Пример #2
0
from pyhessian.client import HessianProxy


service = HessianProxy("http://hessian.caucho.com/test/test", version=2)
print(service.replyDate_1())