1: 2: 3: 4: 5: 6: 7: 8: 9:
php require_once („nusoap.php“); $client = nieuwe soapclient ('https://api.filesanywhere.com/fawapi.asmx?WSDL'); $loginResult = $client->call („AccountLogin“, serie („APIKey“ => „“), serie („Gebruikersbenaming“ => „“), serie („Wachtwoord“ => „“)); ? >