Site Tools


notes:soap_cheat_sheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notes:soap_cheat_sheet [2026/06/11 08:28]
43.166.171.157 old revision restored (2026/05/30 17:00)
notes:soap_cheat_sheet [2026/06/17 20:28] (current)
114.119.135.121 old revision restored (2007/11/14 03:19)
Line 14: Line 14:
  
  
-==== SOAP Messages ====+==== Messages ====
  
   * A SOAP message   * A SOAP message
Line 37: Line 37:
 </soap:Envelope></code> </soap:Envelope></code>
  
-==== SOAP Envelopes ====+==== Envelopes ====
  
   * There are three attributes in the SOAP envelope namespace :   * There are three attributes in the SOAP envelope namespace :
Line 48: Line 48:
   * One possible SOAP Encoding namespace for SOAP encoding and data types is http://www.w3.org/2001/12/soap-encoding .   * One possible SOAP Encoding namespace for SOAP encoding and data types is http://www.w3.org/2001/12/soap-encoding .
  
-==== SOAP Fault Elements ====+==== Fault Elements ====
  
-The optional SOAP Fault element is used to hold error and status informat ion for a SOAP message. It can have the following sub-elements :+The optional SOAP Fault element is used to hold error and status information for a SOAP message. It can have the following sub-elements :
   * faultcode - A code for identifying the fault. The faultcode must be one of the following :   * faultcode - A code for identifying the fault. The faultcode must be one of the following :
     * VersionMismatch - Found an invalid namespace     * VersionMismatch - Found an invalid namespace
Line 59: Line 59:
   * faultstring - A human-readable explanation   * faultstring - A human-readable explanation
   * details - Application-specific error info   * details - Application-specific error info
 +
  
notes/soap_cheat_sheet.1781191701.txt.gz ยท Last modified: 2026/06/11 08:28 by 43.166.171.157