Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Public free web services for testing soap client [closed]

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?

like image 452
bhadra Avatar asked Nov 22 '08 19:11

bhadra


People also ask

Does a SOAP client have to access WSDL?

The WSDL Generator component is not essential for using SOAP. Administrators can still write service calls to Content Server in SOAP if needed. The WSDL Generator provides flexibility in altering existing client applications.


1 Answers

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.

like image 56
FlySwat Avatar answered Oct 14 '22 22:10

FlySwat