Listing A
<?php
   require_once('webservice.php');
    $ThisWS = WebService::ServiceProxy("http://localhost:8080/SoapService.wsdl");
    $ReturnValue = $ThisWS->[RemoteMethodName]("[RemoteMethodParameter]");
?>