Guest User

soapclient.php

a guest
Nov 14th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. ini_set("soap.wsdl_cache_enabled", "0");
  4. $client = new SoapClient("http://server/file.wsdl");
  5. $return = $client->info();
  6. echo($return);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment