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
Explain why datareader is useful?
How do I use response redirect?
What are the advantages and disadvantages of Using Cookies?
What is web router?
How will you maintain versioning in asp.net 2.0?
How do you remove duplicates without using remove duplicate stage?
Can we add code files of different languages in app_code folder?
What is manifest in .net framework?
What can you do with asp.net?
Is there any alternative to avoid name collisions other then Namespaces?
What is view state and how it works in asp net?
Which namespace is used by ado.net?
What are sessions in asp net?
How can I create master page in asp net?
What is the significance of proxy user?