You are here

public function WSClientEndpoint::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.

Overrides WSClientEndpointInterface::call

2 methods override WSClientEndpoint::call()
WSClientRESTEndpoint::call in wsclient_rest/wsclient_rest.inc
Calls the REST service.
WSClientSOAPEndpoint::call in wsclient_soap/wsclient_soap.module
Calls the SOAP service.

File

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

Class

WSClientEndpoint
Default parent class for service endpoints.

Code

public function call($operation, $arguments) {
}