This example shows how to get a proxy to an email soap service described
by EmailService.wsdl and located at
http://example.org.
<?php
include 'SCA/SCA.php';
$service = SCA::getService('EmailService.wsdl', 'binding.soap', array('location' => 'http://example.org'));
$service->send(...);
?>
Результат выполнения данного примера: