Skip to content

Instantly share code, notes, and snippets.

@DfKimera
Created March 13, 2012 19:26
Show Gist options
  • Save DfKimera/2030931 to your computer and use it in GitHub Desktop.
Save DfKimera/2030931 to your computer and use it in GitHub Desktop.
<?php
try {
$client = new SoapClient("http://localhost/labs/soap/AccedoService.wsdl");
var_dump($client);
var_dump($client->__getFunctions());
var_dump($client->authenticationByCodeId(1));
} catch (Exception $ex) {
var_dump($ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment