Created
March 22, 2013 22:12
-
-
Save klemenzarn/5225196 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//php klic servisa | |
$client = new SoapClient(null, array('location' => "http://localhost/vaja2/service.php",'uri' => "http://test-uri/")); | |
$output = $client->getSeznam($niz); | |
echo $output; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment