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 |
What is garbage collection and how it works ?
Is string a value type or a reference type?
What is alias ? Is it used in .Net ?
Explain the main components in .net?
What is the use of design pattern?
How to create a key pair in .net?
What are the contents of assembly?
Which ports are used by virueses?
What is a design pattern and what is it for?
What are the improvements made in cas in .net 4.0?
What is MSIL, IL, CTS?
Do you know what is the difference between an abstract class and an interface?