What is the standard you use to wrap up a call to a Web
service
Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between com architecture and.net architecture?
What are code contracts?
Can you explain what do you understand about web service?
What’s different between process and application in .net?
How many types of transactions are there in com + .net ?
Why inheritance is important?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Please explain the difference between constants and read-only variables?
Using com component in .net?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What is immutability?
Which namespace is used to support multithearding in .NET?
Explain the .net framework overview?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is il in vb.net?