예제 #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())