Public free web services for testing soap client [closed]
Asked Answered
R

1

100

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?

Ramer answered 22/11, 2008 at 19:6 Comment(3)
Hey can i get any sample url of POST type web serivce ?Andel
This site have some working soap web services https://jansipke.nl/examples-of-public-soap-web-services/Bastardize
As of 2018: dneonline.com/calculator.asmx Very simple SOAP Calculator. The WSDL: dneonline.com/calculator.asmx?WSDLNeom
B
73

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.

Bagwig answered 22/11, 2008 at 19:17 Comment(18)
lol I google "Free WerbService" and it took me here.. I guess that will eventually will throw StackOverflowException :PCoburn
This is no longer working.Abramson
Still works. May be down intermittently.Veronique
Hey can i get any sample url of POST type web serivce ?Andel
Most of the services I tested are not operational (Out of disk space).Propertied
No longer working.Soulless
link is not wirkingOrfurd
free-web-services.com, if you are interested in SOAP ws soapclient.com/newsservice.htmlBishopric
so i guess this is dead technologyNaucratis
Broken link needed to updateLuxemburg
thomas-bayer.com/axis2/services/BLZService?wsdl this website has many working SOAP services that you can test.Abscise
@BurakKarakuş it's broken too. :(Avesta
It was alive a week ago, sorry :/Abscise
Try ProgrammableWeb - not all are free, but as of June 2018, they've got a number of sites with interesting information.Rew
This works: groupkt.com/post/f2129b88/…Slipcase
Lates and greatest OMB -> free web service to obtain movie information: any-api.com/omdbapi_com/omdbapi_com/docs/API_DescriptionKeare
This is a collection of different SOAP APIs that are completley public and do not require any authentication, making it easier for consumers to play with and understand what APIs are all about by seeing the many different ways in which APIs can be used. Public SOAP APIs - PostmanCi
The link Yurii Holslkyi posted is working to date.Nostalgia

© 2022 - 2024 — McMap. All rights reserved.