| Author: Shanthi M 29 May 2008 | Member Level: Diamond | Rating: Points: 2 |
Web services are application components Web services communicate using open protocols Web services are self-contained and self-describing Web services can be discovered using UDDI Web services can be used by other applications XML is the basis for Web services
The basic Web services platform is XML plus HTTP.
RMI-Remote Method Invocation. Server can invoke method that is reside in client remotely.
|