Skip to content

Instantly share code, notes, and snippets.

@klemenzarn
Created March 23, 2013 12:06
Show Gist options
  • Save klemenzarn/5227466 to your computer and use it in GitHub Desktop.
Save klemenzarn/5227466 to your computer and use it in GitHub Desktop.
//klic .net servica
$client = new SoapClient("http://localhost:54149/Service.asmx?wsdl");
$args=new stdClass();
$args->iskalni_vzorec=$niz;
$result = $client->getSeznamDatotek($args);
echo $result->getSeznamDatotekResult;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment