A Brief Description about Web Services
Web Services: --------------------------- Why we need to go with Webservices? A: WebServices is one of the Distributed Technology like EJB and RMI. Problem with EJB and RMI: ------------------------- -->Language Dependent -->Robust -->Heavy Weight Benefits with WS: --------------------- WS is Interoperable which means Language Independent and Platform Independent and provide Enterprise services like other technologies EJB and RMI. WS flow: ------------ For Example what we need for communication b/w two persons? like we need --> Two persons --> Medium --> Language --> Rules (protocol). like that if two applications need to communicate we need --> Consumer : which consumes(using) the services --> Provider : Service provider --> protocaol : HTTP, FTP and SMTP. ( In internat world we prefer HTTP) --> Language : XML --> Medium : both applications should be connected (network). So the final conclusion is: "The Consumer will send XML to co...