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 |
Give an example for setter/ write-only methods
How to write an MMC snap-in for my Windows service?
what is GAC?
Write the .net syntax for 'while loop'?
Explain the difference between asp.net and asp?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What does il do?
Difference between class and interface in .net?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Please explain what is reflection and what is it for?
What is Datatype Conversion in Vb.net?
What is the difference between vb.net and vc#.net?