Question:
What is the difference between web service and web application?
Answer:
web services are mechanism to acess remote programmeble logical unit by using http and xml combinly called SOAP(simple object access protocol)<br><br>Soap has some methods to access programmeble application logic by get, and post method.<br><br>a client of web services has nothing to do with the internal logic of web services.<br><br>they only have to know how to send and get for xml request ie SOAP. while<br><br>web applications are accessible by clients and they are boud with assemblies.<br> Source: CoolInterview.com
what is the difference between webserviweb services are mechanism to acess remote programmeble logical unit by using http and xml combinly called SOAP(simple object access protocol)<br><br>Soap has some methods to access programmeble application logic by get, and post method.<br><br>a client of web services has nothing to do with the internal logic of web services.<br><br>they only have to know how to send and get for xml request ie SOAP. while<br><br>web applications are accessible by clients and they are boud with assemblies.<br><br><br><br><br>--------------------------------------------------------------------------------<br>ce and webapplication Source: CoolInterview.com
Answered by: milind | Date: 7/21/2009
| Contact milind
Web Services:<br>Remotely access certain functionality from web server to exchange data between server to server or client to server on web. SOAP (simple object access protocol) and xml enable us to exchange data Source: CoolInterview.com
Answered by: Vaseem | Date: 10/22/2009
| Contact Vaseem
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|