SoapMessage Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
(TODO: overview needed)
(TODO: Merge SOAP_Message_Options with this )
Namespace
Declaration (C#)
[System.Drawing.ToolboxBitmap(typeof(RemObjects.SDK.Message), "Glyphs.SoapMessage.bmp")] public class SoapMessage : Message, IRodlConverter;
Hierarchy
- System.ComponentModel.Component
- RemObjects.SDK.Message
- RemObjects.SDK.SoapMessage
- RemObjects.SDK.Message
Properties
| | | |
|---|---|---|
| BodyNode | XmlNode | Provides access to the Body XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| ContentType | String | |
| CustomLocation | String | This property can be set to override the "Location" value in WSDL files generated on the SOAP server.
By default, the WSDL's Location will point to the URL the server is running under. |
| DefaultDispatcherName | String | This property will return the default/recommended dispatcher name for the message type. |
| EnvNode | XmlNode | Points to the SOAP Envelope XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| FaultNode | XmlNode | Provides access to the Fault XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| HeaderNode | XmlNode | Provides access to the Header XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| LibraryName | XmlNode | Provides access to the Library XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| MessageNode | XmlNode | Provides access to the Message XML node of the SOAP message.
You can access this node to inspect values or make manual modifications, if needed. |
| SerializationOptions | SoapSerializationOptions | Controls several options how SOAP message are generated, which might be relevant when talking to third party SOAP implementations. |
| SoapMode | SoapMode |
Methods
| | |
|---|---|
| ClearAttributes | |
| Clone | Creates and returns an identical copy of the message. |
| FinalizeRequest | |
| InitializeMessage | |
| InitializeRead | |
| InitializeRequest | |
| SetAttributes | |
| SoapMessage | Default constructor for SoapMessage. |
| Validate | |
| WriteException | |
| WriteToStream |
Events
| | |
|---|---|
| AfterReadEnvelope | |
| BeforeReadEnvelope | |
| EnvelopeComplete | Fires after the SOAP envelope has been complete generated, giving the option to inspect ad tweak the final result using the EnvelopeNode property. |
| SoapFault | Fires after an exception (fault) has been read from the received SOAP message, allowing to inspect the fault details before the actual exception is raised. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Class | Component | .NET
