...
Property | Values | Description |
---|---|---|
name |
| Specifies the name of the parameter as it appears in the WSDL. For RPC bindings, this is name of the |
targetNamespace |
| Specifies the namespace for the parameter. It is only used with document bindings where the parameter maps to an XML element. The defaults default is to use the service's namespace. |
mode |
| Specifies the direction of the parameter. |
header |
| Specifies if the parameter is passed as part of the SOAP header. |
partName |
| Specifies the value of the name attribute of the |
...