SOAPDoc Section Access
Use the following properties to access the different parts of a SOAPDoc object. All of these properties return an XmlNode object.
-
BodyNode
-
EnvelopeNode
-
MethodNode
After you have access to the portion of the SOAPDoc that you want, use the XmlNode properties and methods to manipulate the SOAPDoc.
Use the XmlDoc property to convert a SOAPDoc object to an XmlDoc object, and vice-versa.
The MethodName property returns the name of the method in the SOAPDoc object.
Note:
If you use the MethodName property, you receive only the method name, as a string, not a reference to an XmlNode object that represents the method.
Use the GetParmName and GetParmValue methods to get the name and the values in a SOAPDoc object for each output parameter. You must use the index number of the parameter you want with these methods. You can determine the total number of parameters with the ParmCount property.