コード例 #1
0
ファイル: index.php プロジェクト: hatlonely/hellowords
<?php

$soap = new SoapClient(null, array("location" => "http://localhost/soapserver.php", "uri" => "soapserver.php"));
echo $soap->helloWords();