文件名称:tornado-webservices:龙卷风Web服务器的SOAP Web服务的实现
文件大小:37KB
文件格式:ZIP
更新时间:2024-06-15 11:19:09
Python
龙卷风网络服务: 这是在Tornado Web服务器中使用的SOAP Web服务API的实现,它利用了该服务器的强大功能。 tornado-webservice是Apache许可证2.0版( )的许可用户。 先决条件: 您需要安装龙卷风,必须从以下位置下载并安装: 安装: 使用画中画: $ pip install tornado-webservices 使用easy_install: $ easy_install tornado-webservices 手动: $ tar xvzf tornado-webservices-version.tar.gz $ cd tornado-webservices-version $ python setup.py install 在Linux系统上(例如ubuntu或类似的系统),您需要使用sudo命令...别忘了;-)
【文件预览】:
tornado-webservices-master
----demos()
--------UserRolesService.py(2KB)
--------HelloWorldService.py(1KB)
--------DemoServices2.py(2KB)
--------CurrentTempService.py(1KB)
--------DemoServices.py(2KB)
--------ProductService.py(3KB)
--------__init__.py(0B)
--------RepositoryService.py(2KB)
--------DemoServicesHostname.py(3KB)
--------CertService.py(2KB)
--------RegisterService.py(2KB)
--------HelloWorldService2.py(1KB)
--------README.md(13KB)
--------HelloWorldAsyncService.py(1KB)
--------ProductListService.py(3KB)
--------ProductListService2.py(3KB)
--------MathService.py(2KB)
----setup.py(891B)
----README.md(807B)
----.gitignore(122B)
----tornadows()
--------xmltypes.py(6KB)
--------complextypes.py(17KB)
--------soap.py(3KB)
--------__init__.py(607B)
--------wsdl.py(9KB)
--------soaphandler.py(12KB)
--------webservices.py(4KB)