![]() |
|
|
|
Web ServicesThe term Web Services refers to the use of Internet-based standards as a means of sharing information and services between incompatible applications and information sources. By making information and services accessible in a standardized way, Web Services make it easier for businesses to share information inside their organization and with business partners, customers and suppliers. The three main areas of the Web Services Programming Model are:
Web Service publication and discoveryAn organization needs to publish the Web Services that they own so other organizations can discover them. The Universal Description, Discovery and Integration (UDDI ) specification is one method used to publish a Web Service to a central UDDI repository. Other organizations can then perform UDDI operations to access the repository and discover Web Services that are of interest to them. Web Service invocationOnce an organization has discovered a Web Service via the UDDI interface, it needs to invoke the Web Service. This is done via Simple Object Access Protocol (SOAP) over HTTP. Next: Advanced EDI » |