async
Specifies the mode of remote method invocation.
code
A machine-readable error code that corresponds to a specific invocation of the callService method.
endpoint
A property of the call object that specifies an URL that can be used to obtain the WSDL for a Web Service.
error
A Boolean property created by the WebService behavior after calling the callService method.
funcName
Specifies the name of a remote function exposed by a Web Service.
id
A property of the result object that has a unique value which corresponds to a specific execution of the callService method.
params
A property of the call object that specifies an associative array of parameter values.
password
Specifies a password for Web Services that require user authentication.
portName
Specifies a port name that is used to access resources provided by a Web Service.
raw
Exposes the raw SOAP data packet returned by the Web Service after invoking the callService method.
reuseConnection
Specifies the persistence of the connection information required by Web services that use Secure Sockets Layer (SSL) authentication.
serviceAvailable
Indicates whether the WSDL information was returned successfully from an invocation of the useService method.
serviceUrl
Specifies the URL of a Web Service.
SOAPHeader
An Array of SOAP headers that overrides the default SOAP header generated by the WebService behavior.
string
A human-readable error message that corresponds to a specific invocation of the callService method.
timeout
Not currently supported.
userName
Specifies a user name for Web Services that require user authentication.
userName
Retrieves the sFriendlyName parameter that is passed to the useService method.
value
A property of the result object that is created at run time.
WSDL
The WSDL returned by a Web Service after an invocation of the useService method.