What is the standard you use to wrap up a call to a Web
service
Answers were Sorted based on User's Feedback
Answer / 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 |
Why did they call it .net?
How can you instantiate a tuple?
What is assembly in .net?
Explain what is the difference between constants and read-only variables?
How do you turn off cookies for one page in your site?
What is machine.config in .net?
How to implement CAS in .Net?
What is Event Bubbling in .NET?
Explain the use of activex control in .net?
Is .net core managed code?
Example from .net. Integer & struct are value types or reference types in .net?
What is Method Overriding? How to override a function in C#?