1. Web services Primer
    by Venu Vasudevan
 
2. URL: http://webservices.xml.com/lpt/a/ws/2001/04/04/webservices/index.html

3. Web: ubiquity, simplicity (get, post,put) and  (search, lookup)

4. Services: component service (not the one like amazon.com book buying service )
                    something like MS's Passport service

5. WS is self-contianed, self-describing modular applications; once deployed applications
     can discover and invoke functions of the deployed service.
   
6. Compare with middleware technologies such as RMI, Jini, CORBA, DCOM?
   WS provides the Facade for the buisness or scientific logic implementated by these middleware.

7. WS Platform
     XML + HTTP
     Introduction to WS

8. SOAP : standard tags for WS messages, and results

       
9. UDDI: Universal Description , Discovery and Integration Services

  Look at the table given

10. UDDI Example:
 See the diagram