Skip to content

Instantly share code, notes, and snippets.

@nfabre
Created November 30, 2010 10:08
Show Gist options
  • Save nfabre/721450 to your computer and use it in GitHub Desktop.
Save nfabre/721450 to your computer and use it in GitHub Desktop.
delete-user.php
<?php
// Creation de la requete SOAP
$soapMessage = array(
'_this' => new SoapVar($accountManager->{'_'}, XSD_STRING, $accountManager->type),
'userName' => 'userName'
);
// Suppression de l'utilisateur
$connection->RemoveUser($soapMessage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment