June 2002
Intermediate to advanced
816 pages
28h 12m
English
OperationMessage
This abstract class represents the WSDL <message> element.
There are two types of operations recognized in WSDL, input and output.
These operations are represented specifically by the classes OperationInput and OperationOutput,
both of which derive from this class. OperationFault also
derives from this class.
Public MustInherit Class OperationMessage : Inherits DocumentableItem ' Protected Constructors Protected Sub New() ' Public Instance Properties Public Property Message As XmlQualifiedName Public Property Name As String Public ReadOnly Property Operation As Operation End Class
System.Object→DocumentableItem→ OperationMessage
Read now
Unlock full access