Page 1 of 1

integration with Mantis (Interface :SOAP) [Solved]

Posted: Fri Jun 23, 2017 3:09 pm
by Titovetch
Hi
i have an issue with mantis integration , i was tried connection type (Interface : DB) and working fine while Mantis(Interface :SOAP) not working
do i have to configure anything more ?

TestLink 1.9.16
Mantis 2.5.1
Wampserver 3.0.6 64 bit x64 – Apache 2.4.23 – PHP 5.6.25/7.0.10 – MySQL 5.7.14

SOAP Configuration

<issuetracker>
<username>administrator</username>
<password>root</password>
<uribase>http://22.6.0.52:8080/mantisbt</uribase>
<uriwsdl>http://22.6.0.52:8080/mantisbt/api/soap ... l</uriwsdl>
<uriview>http://22.6.0.52:8080/mantisbt/view.php?id=</uriview>
<uricreate>http://22.6.0.52:8080/mantisbt/</uricreate>
<AddIssueEnabled>true</AddIssueEnabled>
<project>Sopra</project>
<category>General</category>
</issuetracker>

Event Log

Log Level Error

SOAP Fault: (code: Client, string: looks like we got no XML document)

New Updates
1-installed everything on localhost environment for testing
2-i had tried the other type Interface DB and its working perfect
3- i have access http://localhost/mantisbt/api/soap/mant ... t.php?wsdl and its working fine
4- windows firewall disabled

what do i need more to figure out the issue ?

Attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator

Re: integration with Mantis (Interface :SOAP)

Posted: Mon Jun 26, 2017 12:14 am
by Titovetch
issue has been solved once changed the PHP version to 7