what is webservices. howit is use in our project .
Answer Posted / alb.shah
Web Services are business logic components which provide
functionality via the Internet using standard protocols
such as HTTP.
Web Sevices uses Simple Object Access Protocol(SOAP) in
order to expose the business functionality. SOAP defines a
standardized format in XML which can be exchanged between
two entities over standard protocols such as HTTP. SOAP is
platform indipendent so consumer of a Web Service is
therfore completely shielded from any implementation
details about the platform edposing the Web Service. For
the consumer it is simply ablack box of sen and receive XML
over HTTP.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Who can consume WebAPI?
What is asp.net and how it works?
Which is faster union or union all?
What is difference between session and application in asp net?
Explain diff. Betn dataset and recordset?
Which Is Faster MVC or ASP.net ?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What do you mean by query string?
How do you change the session time-out value?
What is & in a url?
How you can access the values from the Repeater control in ASP.NET?
Why is this service branded with windows livetm?
Explain a program using razor view engine to create a simple application? : asp.net mvc
How to disable cut, copy and paste in TextBox using jQuery in asp.net?