1 / 6

Web services, WSDL, SOAP and UDDI

Web services, WSDL, SOAP and UDDI. 1.0. Introduction. Back-end systems. Web Services. “Web services wrap, presenting to the network a standard way of interfacing with back-end software systems, such as DBMS, .NET, J2EE, or CORBA, objects,…” – Understanding Web Services, Newcomer, 2003.

rbillie
Download Presentation

Web services, WSDL, SOAP and UDDI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web services, WSDL, SOAP and UDDI 1.0

  2. Introduction Back-end systems

  3. Web Services • “Web services wrap, presenting to the network a standard way of interfacing with back-end software systems, such as DBMS, .NET, J2EE, or CORBA, objects,…” – Understanding Web Services, Newcomer, 2003.

  4. SOAP • Simple Object Access Protocol • A collection of XML-based technologies • Defines an envelope for Web services communication – mappable to HTTP and other transports – and provides a serialization format for transporting XML documents over network

  5. UDDI • Universal Discovery, Description and Integration • A web services registry and discovery mechanism, is used for storing and categorizing business information and for retrieving pointers to Web services interfaces

  6. WSDL • Web Services Description Language • XML-based technology, defines Web services interfaces, data and message types, interaction patterns, and protocol mappings • Describes • The name of the service • The location the service can be accessed at • The methods available for invocation • The input and output parameters for each method

More Related