ArcObjects Library Reference (System)  

IMessage Interface

Provides access to members that control the properties of a Message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property ErrorInfo Valid when the message is a fault.
Read/write property Name Name of the message.
Read/write property NamespaceURI Namespace of the message.
Read-only property Parameters Parameters of the message.
Read/write property Properties Properties of the message.
Method ReadXML Reads an XML input stream for a message.
Read-only property Result HRESULT of the Message.
Method SetError Writes error information.
Method WriteXML Writes an XML output stream for a message.

CoClasses that implement IMessage

CoClasses and Classes Description
CommandMessage (esriTrackingAnalyst) Message containing commands for the Tracking Server.
DataMessage (esriTrackingAnalyst) Message containing data routed by the Tracking Server.
Message A serializable object that represents a request or response message.
StatusMessage (esriTrackingAnalyst) Message reporting status to the Tracking Server.

.NET Samples

Find near features SOAP SOE (Code Files: FindNearFeaturesSoapSOE_VBNet) | Simple SOAP SOE (Code Files: SimpleSoapSOE_VBNet) |

.NET Related Topics

SOAP Web services |