Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Public SOAP Web Services [closed]

Tags:

I need some public Web Services to list and analyse them. The services should not be secured by password or some key.

like image 578
baranco Avatar asked Dec 24 '09 11:12

baranco


People also ask

Are SOAP web services still used?

SOAP, also known as (Simple Object Access Protocol) is a significant protocol that was beneficial in the introduction of the widespread usage of Web services. SOAP can be called APIs. The SOAP protocol is still widely in use. Although, several organizations opted for the REST API due to its flexibility.

What is SOAP web services?

SOAP (Simple Object Access Protocol) is a message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over a variety of standard protocols, including the web-related Hypertext Transfer Protocol (HTTP).

How do you expose SOAP Web service?

To expose a SOAP Web Service, do the following: In the Logic tab, open the Integrations folder. Right-click the SOAP element and select Expose SOAP Web Service. Set the name of your SOAP Web Service and the remaining properties.

What is SOAP API example?

SOAP uses an XML data format to declare its request and response messages, relying on XML Schema and other technologies to enforce the structure of its payloads. Both public and private Application Programming Interfaces (APIs) use SOAP as an interface.


1 Answers

Here are some, as you requested:

  • http://www.gcomputer.net/webservices/dilbert.asmx
  • http://www.xml-webservices.net/services/conversions/euro_convert/euro_conver.asmx
  • https://www.dataaccess.com/webservicesserver/NumberConversion.wso
  • https://www.dataaccess.com/webservicesserver/TextCasing.wso
like image 52
abmv Avatar answered Sep 18 '22 19:09

abmv