You are here

public function WSClientEndpointInterface::call in Web service client 7

Connect to the remote web service and call an operation.

Parameters

string $operation: The name of the operation.

$arguments: The arguments needed for the operation.

Return value

The response of the web service call.

1 method overrides WSClientEndpointInterface::call()
WSClientEndpoint::call in ./wsclient.inc
Connect to the remote web service and call an operation.

File

./wsclient.inc, line 189
Web service client - include file.

Class

WSClientEndpointInterface
Interface for remote endpoints. In case of any errors the implementing classes should throw exceptions.

Code

public function call($operation, $arguments);