Advertisement
KitSaels

MFCR Ares SOAP

Sep 1st, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. // Jedná se o starší typ přístupu, vhodnější je použití Rest API.
  3. //
  4. $soap = new \SoapClient('http://wwwinfo.mfcr.cz/ares/xml_doc/wsdl/or_1.0.2.wsdl');
  5.         print_r($soap->__soapCall('GetXmlFile', array('ico' => '12345678')));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement