Mantis SOAP APi

Alban Xhaferllari <[email protected]> Tue, 10 Jul 2012 09:14:17 +0200
Newsgroups gmane.comp.bug-tracking.mantis.general
Message-ID <CA+3GpmWFGM1DfzZ3QLtmENUnTNubErF42OUsUrM6hTGLNmW5Ng@mail.gmail.com>
Hi
I have a problem with Mantis SOAP API
I get access denided when I try to call

    $client = new SoapClient('
http://clxrnd.clxeurope.com:8080/mantisbt/api/soap/mantisconnect.php?wsdl',
             array(
        'trace' => 1,
        'exceptions' => true,
        'cache_wsdl' => WSDL_CACHE_NONE,
        'features' => SOAP_SINGLE_ELEMENT_ARRAYS, ));

    $issue = array('project'=>'test','summary'=>'questa isssue รจ stata
inserita tramitte soap api',
            'description'=>'descriuzione isssue fa fa fa fa');

    $client->mc_issue_add( array(
'username'=>'alban','password'=>'alban',$issue)  );

I cannot understand where is the error?

Can help any one please? Is there any documentation on API?

-- 
www.albanx.com

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help