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 |
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
How many design patterns can be created in .net?
What is Method Overriding? How to override a function in C#?
Describe the compilation process for .net code?
What data providers available in .net to connect to database?
What is the use of common language runtime?
What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com
How will u load dynamic assembly? How will create assemblies at run time?
What is the difference between function and stored procedure?
What's typical about a windows process in regards to memory allocation in .net?
What?s the Unix name for a Windows service equivalent?
how can i create a table from front end to back end in wabe page?