what is webservices. howit is use in our project .
Answer Posted / guest
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 ? | 3 Yes | 3 No |
Post New Answer View All Answers
Do you support digital rights management to protect my videos?
Explain Life cycle of ASP.NET page when a request is made.
What do you mean by marshalbyref?
In a Repeater control how one can provide an alternating color scheme ?
What is the flow of processing of the request? : asp.net mvc
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Can user control be stored in library?
Why would anyone need to implement their own hashtable or linked list?
Describe Segmentation With Paging?
What are Session states available and its Uses?
What is the good practice to implement validations in aspx page?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What are the difference between function and stored procedure in .net programming language?
Explain how can we inherit a static variable?
What is difference between datalist and gridview?