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
Why did they call it .net?
Explain what is reflection in microsoft .net context?
Please explain the difference between constants and read-only variables?
What is SOAP? How you will do windows and forms authentication?
What are the two main parts of the .net framework?
Is .net a compiler?
What is DTS and explain the purpose of it?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain About GDI object ?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Explain the difference between task and thread in .net?
Is .net core stable?
What are the authentication methods in .net?
What are .net applications?