SOAP
PHP Manual

SoapClient->__call()

(PHP 5 >= 5.0.1)

SoapClient->__call() — Calls a SOAP function (deprecated)

Description

SoapClient
mixed __call ( string $function_name , array $arguments [, array $options [, array $input_headers [, array $output_headers ]]] )

This method is deprecated. Use SoapClient->__soapCall() instead of it.


SOAP
PHP Manual