Exploring the SoapEnvelope Class in WSE2.0 - SoapEnvelope Methods
(Page 2 of 5 )
The inheritance hierarchy of Microsoft.Web.Services2.SoapEnvelope starts from the System.Object as shown here:
System.Object
System.XML.Node
System.XML.XMLDocument
There are more than 50 methods, a majority of them from the inheritance. In this tutorial, only some of the methods from WSE2.0 are discussed.
The reader should review the XMLNode and XMLDocument in the Class Viewer which can be found in C:Program FilesMicrosoft Visual Studio .NET2003SDKv1.1BinWinCV.exe, or a similar location.

SoapEnvelope Properties
Similarly, in the case of properties, from a total of 34 public properties from inheritance and WSE2.0, only a few from WSE2.0 are discussed. However, some of the others, not discussed, will appear in the discussion of other classes.

Next: Exploring Properties and Methods >>
More Windows Scripting Articles
More By Jayaram Krishnaswamy