views:

11537

answers:

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?

+7  A: 

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.

FlySwat
lol I google "Free WerbService" and it took me here.. I guess that will eventually will throw StackOverflowException :P
OscarRyz
+3  A: 

List of some free webservices:

http://everyday-tech.blogspot.com/2010/04/free-soap-web-services.html

KPothula