soap()
soap(string $service, string $action, array $params = array()) : mixed
Send a soap request to the device.
Parameters
string |
$service |
The service to send the request to |
string |
$action |
The action to call |
array |
$params |
The parameters to pass |
Returns
mixed