Misc

Rob SOAP Markdown CLI - Windows CLI - Unix Git NodeJS jslint Batch File Animation Tools React JS Sublime Shortcuts
O O

Weather Controls

Time Of Day
Rain
Wind Speed
Wind Direction
Clouds

Misc : SOAP

2017-10-25

SOAP Message Structure

The following block depicts the general structure of a SOAP message −

<?xml version = "1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV = "http://www.w3.org/2001/12/soap-envelope" SOAP-ENV:encodingStyle = "http://www.w3.org/2001/12/soap-encoding">

   <SOAP-ENV:Header>
      ...
      ...
   </SOAP-ENV:Header>
   <SOAP-ENV:Body>
      ...
      ...
      <SOAP-ENV:Fault>
         ...
         ...
      </SOAP-ENV:Fault>
      ...
   </SOAP-ENV:Body>
</SOAP_ENV:Envelope>