用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
相關文章
相關標籤/搜索