What is the difference between webservice and webapplication?

Showing Answers 1 - 6 of 6 Answers

ajay roy

  • May 30th, 2006
 

web services are mechanism to acess remote programmeble logical unit by using http and xml combinly called SOAP(simple object access protocol)

Soap has some methods to access programmeble application logic by get, and post method.

a client of web services has nothing to do with the internal logic of web services.

they only have to know how to send and get for xml request ie SOAP. while

web applications are accessible by clients and they are boud with assemblies.

  Was this answer useful?  Yes

vipinkumar

  • Jul 4th, 2007
 

Webservices can be implimented at any client or server place to make data secure because even programmer can not find that data while web services are used on server side. webservices use soap protocol while web application http protocol, 80% coding of banking is done by using webservices.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions