integration between testlink and Mantis (Interface :SOAP)

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

integration between testlink and Mantis (Interface :SOAP)

Post by titovetch »

Hi,
i have an issue with the integration between testlink and mantis , i was tried to connect through connection type (Interface : DB) and working fine while Mantis(Interface :SOAP) not working
do i have to configure anything more ? and how can i know that the SOAP connection working fine ?

P.S : maybe this is not the right forum to post this , i just searching for anyone who will help me

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 in testlink

<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)
SOAP Fault: (code: Client, string: looks like we got no XML document)

Log level: WARNING (3 Items)

E_NOTICE Undefined index: checkConnection - in C:\wamp64\www\testlink\lib\issuetrackers\issueTrackerCommands.class.php - Line 72

E_WARNING Missing argument 3 for mantissoapInterface::__construct(), called in C:\wamp64\www\testlink\lib\issuetrackers\issueTrackerCommands.class.php on line 268 and defined - in C:\wamp64\www\testlink\lib\issuetrackerintegration\mantissoapInterface.class.php - Line 38

E_NOTICE Undefined variable: name - in C:\wamp64\www\testlink\lib\issuetrackerintegration\mantissoapInterface.class.php - Line 40
Last edited by titovetch on 05 Jul 2017, 17:25, edited 2 times in total.
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: integration between testlink and Mantis (Interface :SOAP

Post by atrol »

titovetch wrote:P.S : maybe this is not the right forum to post this ,
The teslink forum might be a better one as all warnings in your logs are caused by testlink.

Might help http://mantis.testlink.org/view.php?id=7957
Please use Search before posting and read the Manual
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

Re: integration between testlink and Mantis (Interface :SOAP

Post by titovetch »

Thanks atrol

but how i can check that i'm able to get the wsdl from mantis ?

http://localhost/mantisbt/api/soap/mant ... t.php?wsdl
Attachments
http://localhost/mantisbt/api/soap/mantisconnect.php?wsdl
http://localhost/mantisbt/api/soap/mantisconnect.php?wsdl
new.PNG (62.51 KiB) Viewed 7236 times
titovetch
Posts: 44
Joined: 20 Jun 2017, 14:26

Re: integration between testlink and Mantis (Interface :SOAP

Post by titovetch »

issue has bee resolved once i changed the PHP version to 7.0.10 , so there is a problem while configure SOAP with PHP version 5.6.25.
Post Reply