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
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help