From aryx, 5 Years ago, written in Plain Text.
Embed
  1. <?php
  2. error_reporting(0);
  3. require 'hallgatok.php';
  4. require './WSDLDocument/WSDLDocument.php';
  5. $wsdl = new WSDLDocument('Hallgatok', "http://localhost/feladat2/szerver.php", "http://localhost/feladat2/");
  6. $wsdlfile = $wsdl->saveXML();
  7. echo $wsdlfile;
  8. file_put_contents ("hallgatok.wsdl" , $wsdlfile);
  9. ?>
  10.