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  >  J2EE  >  EJB

 Print  |  
Question:  what are webservices?



February 02, 2007 01:09:49 #4
 santh kumar J2EE Expert  Member Since: February 2006    Total Comments: 17 

RE: what are webservices?
 
  • A Web service is a collection of protocols and it is a standardized way of integrating web-based applications using some open standards SOAP, WSDL and UDDI .

    These can be used for exchanging data between applications , these applications written in different languages and are running on various platforms. we can call it as “Interoperability”.

    Basically, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing the services available.

     

 

Back To Question