GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Mixed

 Print  |  
Question:  what is the difference between webservice and webapplication?



May 05, 2006 05:10:06 #3
 ajay roy   Member Since: Visitor    Total Comments: N/A 

RE: what is the difference between webservice and weba...
 

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.

     

 

Back To Question