What is the standard you use to wrap up a call to a Web
service
Answer Posted / ammuganesh
Web services communicate via messages formatted in the SOAP
standard, where the messages are transmitted over the
Internet using (typically) the HTTP protocol. A Web service
call begins with the client sending a request for a
particular method to the Web service. The Web service then
processes this request and returns the result of the method
wrapped up in a SOAP message.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is shared and repeatable inheritance?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Who is using .net core?
What is the difference between boxing and unboxing?
What is the use of common language runtime?
Difference between abstract class and interface in .net?
What is class library in .net
What should you do to store an object in a viewstate?
What does il do?
What's typical about a windows process in regards to memory allocation in .net?
Explain why do we use msmq?
Explain the difference between vb and vb.net?
What is view state in .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Compare client server application with n-tier application