Erstellen Sie ein Projekt mit einer Gottesanbeterin Web-Serv

Deutschsprachiges Forum für Diskussionen und Fragen zu MantisBT

Moderators: Developer, Contributor

Post Reply
tifou

Erstellen Sie ein Projekt mit einer Gottesanbeterin Web-Serv

Post by tifou »

Hallo,
Ich habe versucht, ein Client-Web-Service aufruft, die mc_project_add erstellen, keine Fehlermeldung empfangen wird, der Zusatz nicht geschehen ist, enthält das Ergebnis der Beschwerde Fehler.
Hier ist der Client-Code:

Code: Select all

require_once('nusoap/lib/nusoap.php');
$client = new nusoap_client("http://127.0.0.1/mantisbt-1.2.10/api/soap/mantisconnect.php/mc_project_add");

$data = array(   'username' => 'administrator',
         'password' => 'root',
         'project' => 'Projet');
$resultat= $client->call('mc_project_add', $data);
print_r($resultat);
und hier ist das Ergebnis der Appell:

Code: Select all

Array ( [faultcode] => Server [faultactor] => [faultstring] => Error Type: SYSTEM WARNING, Error Description: require_once(nusoap.php) [function.require-once]: failed to open stream: No such file or directory, Stack Trace: mc_issue_attachment_api.php L19 require_once() mc_core.php L37 require_once('C:\\wamp\\www\\mantisbt-1.2.10\\api\\soap\\mc_issue_attachment_api.php') mantisconnect.php L1706 require_once('C:\\wamp\\www\\mantisbt-1.2.10\\api\\soap\\mc_core.php') [detail] => )
Kann mir jemand helfen bitte.
Thank you,
Post Reply