Blame view

service.php 161 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
  <?
  $client = new SoapClient("http://front.allianz.ua/AWS/Srv/WSAllianz.asmx?WSDL");
  $client->GetProductList;
  $name = $client->GetProductList();
  echo $name[];
  ?>