Attribute Name | Type | Description |
endpoint | java.lang.String | Sets the end point to which the invocation will occur |
escapeText | boolean |
|
method | java.lang.String |
|
namespace | java.lang.String | Sets the namespace of the operation |
params | java.lang.Object | Sets the parameters for this SOAP call. This can be an array or collection ofSOAPBodyElements or types. |
password | java.lang.String | Set the password for the SOAP call. |
service | org.apache.axis.client.Service | Sets the service to be used by this invocation.If none is specified then a default is used. |
trim | boolean |
|
username | java.lang.String | Set the username for the SOAP call. |
var | java.lang.String | Sets the name of the variable to output the results of the SOAP call to. |