コード例 #1
0
from pyhessian.client import HessianProxy
service = HessianProxy("http://hessian.caucho.com/test/test")
print service.replyDate_1()
コード例 #2
0
ファイル: main2.py プロジェクト: dubbo-x/hessian-protocol
from pyhessian.client import HessianProxy


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