Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is the transport protocol you use to call a Web service?

4 like 0 dislike
Hello guys,

What is the transport protocol you use to call a Web service?

Please give me your feedback.........I am waiting your feedback

Thanks in advance
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
SOAP. Transport Protocols: It is essential for the acceptance of Web Services that they are based on established Internet infrastructure. This in fact imposes the usage of of the HTTP, SMTP and FTP protocols based on the TCP/IP family of transports. Messaging Protocol: The format of messages exchanged between Web Services clients and Web Services should be vendor neutral and should not carry details about the technology used to implement the service. Also, the message format should allow for extensions and different bindings to specific transport protocols. SOAP and ebXML Transport are specifications which fulfill these requirements. We expect that the W3C XML Protocol Working Group defines a successor standard.

SOAP is not the transport protocol. SOAP is the data encapsulation protocol that is used but the transport protocol is fairly unlimited. Generally HTTP is the most common transport protocol used though you could conceivanly use things like SMTP or any others. SOAP is not dependant on any single transport protocol or OS, it is a syntactical and logical definition, not a transport protocol.
answered 1 year ago by marck_don (191,010 points)

Related questions

8 like 0 dislike
1 answer
5 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
5 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
5 like 0 dislike
1 answer
asked 1 year ago by DBA-boss (120,990 points)
5 like 0 dislike
1 answer