Zymba Documentation
SOAP.Client
Text
object @SOAP.Client(@Base) {
construct(string $wsdl, string $username, string $password, int $timeout) {}
bind(string $operation): function {}
call(string $operation, ...$arguments): mixed {}
listOperations(): object {}
listTypes(): object {}
setCookie(string $name, string $value): $this {}
setLocation(string $url): $this {}
setTimeout(int $timeout): $this {}
}
SOAP client prototype.
Prototype
Methods
CODE
$this.construct(string $wsdl, string $username, string $password, int $timeout): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| wsdl | string | "" | |
| username | string | "" | |
| password | string | "" | |
| timeout | int | 60 |