Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 jws 端点的soapui 项目。
我想尝试在soapui之外自动化和运行api测试。
是否有可以测试 jws 端点的 python 模块?
使用 requests 模块发布 xml 请求:
例子:
requests.post( '<url>.jws',data='<Webservice XML requests>', headers={'content-type':'text/xml'} )