Method Web.SOAP.Client()->get_arguments()


Method get_arguments

final Arguments get_arguments(string method)

Description

Primes the Client to perform the call() later. Use the returned structure to pass parameters. Only assigned parameters will be passed to the call.

Returns

A structure describing all arguments for the specified method.

See also

call()