service.php 161 Bytes
<?
$client = new SoapClient("http://front.allianz.ua/AWS/Srv/WSAllianz.asmx?WSDL");
$client->GetProductList;
$name = $client->GetProductList();
echo $name[];
?>