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 |
How can you instantiate a tuple?
What is the difference between response.write & response.output.write?
What does stateless mean?
What is boxing in .NET?
How .NET is able to support multiple languages?
Different levels of priority provided by .net.
What is the Difference between a sub and a function?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
How to manage pagination in a page using .net?
What is the use of immutability?
Explain the features that are common to all .Net languages.
What is strong-typing versus weak-typing? Which is preferred?