Author: techfox9

Notes from ‘Java Web Services’ book ..

Thursday, June 18th, 2009 @ 1:26 am

SOAP – Simple Object Access Protocol
WSDL – Web Services Description Language
UDDI – Universal Discovery, Description and Integration

Major characteristics:
— XML-Based
— Loosely coupled – interfaces may change without loss of service.
— Coarse-grained – provide high-level business functions.
— Both synchronous and Asynchronous
— Supports RPC (Remote Procedure Calls)
— Supports document exchange

Books, Java, JavaUsage


 


Comments are closed.