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 |
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
diff between forms authentication and windows authentication?
what is use of learning .net? does we get good jobs based on .net?
Define marshling?
How can you assign an rgb color to a system.drawing.color object?
Can "this" be used within a static method?
What is the difference between asp.net and asp?
What is operator overloading in .net?
What is heap and what is stack?
What are the security policy levels in .Net
What is a garbage collector?
Please explain what do the terms “boxing” and “unboxing” mean?