Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function info($dtFrom, $dtTo) {
- require 'view.php';
- $result = controller();
- return $result;
- }
- ini_set("soap.wsdl_cache_enabled", "0");
- $server = new SoapServer("file.wsdl");
- $server->addFunction("info");
- $server->handle();
- ?>
Advertisement
Add Comment
Please, Sign In to add comment