ChatGPT解决这个技术问题 Extra ChatGPT

Public free web services for testing soap client [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 years ago. Improve this question

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?

Hey can i get any sample url of POST type web serivce ?
This site have some working soap web services https://jansipke.nl/examples-of-public-soap-web-services/
As of 2018: dneonline.com/calculator.asmx Very simple SOAP Calculator. The WSDL: dneonline.com/calculator.asmx?WSDL

F
FlySwat

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.


lol I google "Free WerbService" and it took me here.. I guess that will eventually will throw StackOverflowException :P
This is no longer working.
Still works. May be down intermittently.
Most of the services I tested are not operational (Out of disk space).
No longer working.