SOAPParam Type
A parameter for the SOAP Method .
Remarks
This type describes a parameter of the SOAP Method. SOAPParam has fields to describe the name, value, and any attributes of the parameter being described.
Fields
Attrs String |
Extra attributes for the parameter. |
Name String |
The name of the Method parameter. |
Value String |
The value of the Method parameter. |
Constructors
public SOAPParam();
public SOAPParam(String name, String value);