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 is .net used?
What is the difference between an abstract class and an interface?
What does cil do?
Can a try block have nested try blocks?
What are the differences between com architecture and.net architecture?
what will do to avoid prior case?
Explain how to load the contents of an xml file into an xmldocument object?
What is Ajax? How it is related to your project?
Define satelite assembly?
Different levels of priority provided by .net.
Explain can the validation be done in the server side? Or this can be done only in the client side?
Explain why do we use msmq?
Explain what is a manifest in .net?
Do I have any control over the garbage collection algorithm?
What's singlecall activation mode used for in .net?