0 votes
in SOAPUI by
What Are The Communication Channels Available For A Web Service?

1 Answer

0 votes
by

In general, web service is combined with the following protocols:

HTTP / POST

HTTP / GET

SOAP

While exposing the web services, these channels will be used for communication with the clients. Here HTTP / POST protocol transfers the information between the clients with secure mode. HTTP / GET protocol allows the clients to view transferred data partially at the browser’s address bar. SOAP is used for transferring the confidential data safely.

Related questions

0 votes
asked Nov 30, 2019 in SOAPUI by Sinaya
0 votes
asked Apr 18, 2022 in AWS Essentials by sharadyadav1986
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
...