What Is SOAP Web Service

Q

What Is SOAP Web Service?

✍: FYIcenter.com

A

SOAP (Simple Object Access Protocol) Web Service is a Web service implemented with the SOAP protocol.

A SOAP Web service uses SOAP messages to exchange information between clients and the server. A SOAP message is an XML document containing the following elements:

  • Envelope - Required. Identifies the XML document as a SOAP message.
  • Header - Optional. Contains header information.
  • Body - Required. Contains Web service request or response information.
  • Fault - Optional. Provides information about errors that occurred while processing the message.

 

What Is WSDL

Testing SOAP Web Service with SoapUI

Testing SOAP Web Service with SoapUI

⇑⇑ SoapUI Tutorials

2018-04-12, 1555🔥, 0💬