Monthly Archive: May 2013

SOAP Message Structure

A SOAP message is an ordinary XML document containing the following elements. Envelope: ( Mandatory ) Defines the start and the end of the message. Header: ( Optional ) Contains any optional attributes of the …

What is UDDI?

UDDI is a directory service where companies can register and search for Web services. UDDI stands for Universal Description, Discovery and Integration UDDI is a directory for storing information about web services UDDI is a …

SOAP Tutorial – What is SOAP?

In this section we discuss all about SOAP Tutorial. SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. It relies …

WSDL Service Element

The <service> element defines the ports supported by the Web service. For each of the supported protocols, there is one port element. The service element is a collection of ports. Web service clients can learn …

WSDL Ports Element

A <port> element defines an individual endpoint by specifying a single address for a binding. The port element has two attributes – the name attribute and the binding attribute. The name attribute provides a unique …