This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:soap_cheat_sheet [2026/06/08 16:41] 47.82.15.120 old revision restored (2026/06/02 02:02) |
notes:soap_cheat_sheet [2026/06/13 18:42] (current) 47.245.138.219 old revision restored (2026/06/05 04:30) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - | ==== SOAP Messages ==== | + | ==== Messages ==== |
| * A SOAP message | * A SOAP message | ||
| Line 37: | Line 37: | ||
| </ | </ | ||
| - | ==== 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:// | * One possible SOAP Encoding namespace for SOAP encoding and data types is http:// | ||
| - | ==== SOAP Fault Elements ==== | + | ==== Fault 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 : | The optional SOAP Fault element is used to hold error and status information for a SOAP message. It can have the following sub-elements : | ||
| Line 59: | Line 59: | ||
| * faultstring - A human-readable explanation | * faultstring - A human-readable explanation | ||
| * details - Application-specific error info | * details - Application-specific error info | ||
| + | |||