Skip to content

Instantly share code, notes, and snippets.

@klemenzarn
Created March 22, 2013 22:12
Show Gist options
  • Save klemenzarn/5225196 to your computer and use it in GitHub Desktop.
Save klemenzarn/5225196 to your computer and use it in GitHub Desktop.
//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