SOAP – Examples

  • Post author:
  • Post category:SOAP
  • Post comments:0 Comments

In the example below, a GetQuotation request is sent to a SOAP Server over HTTP. The request has a QuotationName parameter, and a Quotation will be returned in the response. Here is the SOAP…

Continue ReadingSOAP – Examples

SOAP – Body

  • Post author:
  • Post category:SOAP
  • Post comments:2 Comments

The SOAP body is a mandatory element that contains the application-defined XML data being exchanged in the SOAP message. The body must be contained within the envelope and must follow…

Continue ReadingSOAP – Body

SOAP – Header

  • Post author:
  • Post category:SOAP
  • Post comments:0 Comments

The optional Header element offers a flexible framework for specifying additional application-level requirements. For example, the Header element can be used to specify a digital signature for password-protected services. Likewise,…

Continue ReadingSOAP – Header

SOAP-Overview

  • Post author:
  • Post category:SOAP
  • Post comments:0 Comments

SOAP is an open-standard, XML-based messaging protocol for exchanging information among computers. This is a brief tutorial that introduces the readers to the fundamentals of SOAP before moving on to…

Continue ReadingSOAP-Overview