SOAP Example

13 years ago

A SOAP Example In the example below, a GetStockPrice request is sent to a server. The request has a StockName…

SOAP Transport

13 years ago

SOAP is not tied to any one transport protocol. SOAP can be transported via SMTP, FTP, IBM's MQSeries, or Microsoft…

SOAP Encoding

13 years ago

SOAP includes a built-in set of rules for encoding data types.This enables the SOAP message to indicate specific data types,…

SOAP Fault Element

13 years ago

When an error occurs during processing, the response to a SOAP message is a SOAP fault element in the body…

SOAP Body Element

13 years ago

The SOAP Body element contains the actual SOAP message. The SOAP Body Element The required SOAP Body element contains the…

SOAP Header Element

13 years ago

The SOAP Header element contains header information. The SOAP Header Element The optional SOAP Header element contains application-specific information (like…

SOAP Envelope Element

13 years ago

The SOAP Envelope element is the root element of a SOAP message. The SOAP Envelope Element The required SOAP Envelope…

Web Service Tutorial – Web Service Introduction

13 years ago

In this section we will give all introduction about Web Service Tutorial .  A web service is a method of…

SOAP Message Structure

13 years ago

A SOAP message is an ordinary XML document containing the following elements. Envelope: ( Mandatory ) Defines the start and…

What is UDDI?

13 years ago

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