问题:用于测试soap客户端的公共免费Web服务[关闭]

是否有任何公开可用的SOAP 1.2 / WSDL 2.0兼容的免费Web服务用于测试基于Python的soap客户端库(例如Zolera SOAP Infrastructure)?

到目前为止,在我看来,Google Web API可能是唯一的选择。

否则,如何测试符合SOAP 1.2的客户端库?

Are there any publicly available SOAP 1.2/WSDL 2.0 compliant free web services for testing a Python based soap client library (e.g. Zolera SOAP Infrastructure)?

So far, it appears to me that Google Web API may be the only option.

Otherwise, how can one test a SOAP 1.2 compliant client library?


回答 0

这里有一堆:

http://www.webservicex.net/WS/wscatlist.aspx

只需在Google上搜索“免费WebService”或“开放WebService”,您就会发现大量的开放SOAP端点。

记住,可以通过在URL中添加?WSDL来从任何ASMX端点获取WSDL。

There is a bunch on here:

http://www.webservicex.net/WS/wscatlist.aspx

Just google for “Free WebService” or “Open WebService” and you’ll find tons of open SOAP endpoints.

Remember, you can get a WSDL from any ASMX endpoint by adding ?WSDL to the url.


声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。