用Python写了一个测试Web服务的简单工具

写了一个测试和分析Web服务的简单工具,功能简单:) [code] #!/usr/bin/env python # -*- coding: cp936 -*- # Author: Jamsa import sys from SOAPpy import WSDL class Analyzer: def __init__(self,wsdlurl): self.wsdlurl = wsdlurl se
相关文章
相关标签/搜索