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 |
Difference b/w dataset.clone and dataset.copy ?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Please explain what do the terms “boxing” and “unboxing” mean?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What is Atomicity?
What is boxing?
Explain how garbage collection works?
What is il and c#?
What versions of .net are there?
Explain what do the terms “boxing” and “unboxing” mean?
What is managed code and managed data in .net?
Tell us the difference between managed and unmanaged code?