Page 1 of 1

SOAP-ERROR After Mantis upgrade to 1.2.15

Posted: Fri Aug 02, 2013 4:29 pm
by MarceUru
Having MantisBT 1.2.5 and using Testlink 1.9.6 the integration by SOAP goes fine, but after I make a update into MantisBT to 1.2.15 version, the integration don't work anymore.

Message into TestCase Execution:
Attention please:
Something is preventing the connection with Defects Manager, and is causing performance problems.
Please contact your TestLink administrator

Log into TestLink:
SOAP Fault: (code: WSDL, string: SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://server.com/api/soap/mantisconnect.php?wsdl' : Start tag expected, '<' not found )

Anyway, I can view correctly the wsdl in browser.

Have you any :idea: ?

Thanks :!:

Re: SOAP-ERROR After Mantis upgrade to 1.2.15

Posted: Fri Aug 02, 2013 6:32 pm
by fman
1. have you use the icon to check connection on the screen where all issue trackers are listed ?
2. Just installed mantis 1.2.15 on same server where TestLink latest code from gitorious is installed.
issue tracker configured this way
<issuetracker>
<username>administrator</username>
<password>root</password>
<uribase>http://localhost/development/closet/man ... /</uribase>
</issuetracker>

And have no issues on execute feature (I'm using LAMPP 1.8.1 you can check PHP version on their site)

Because 1.9.6 is not latest version (and 1.9.7 have been released2 months ago) I suggest to create a sandbox enviroment with Latest TestLink code get from gitoriuos and retest.
And please provide the XML configuration as I've done.

Re: SOAP-ERROR After Mantis upgrade to 1.2.15

Posted: Mon Aug 12, 2013 7:20 pm
by MarceUru
fman wrote:1. have you use the icon to check connection on the screen where all issue trackers are listed ?
Yes, and display a icon with message "The connection is rigth. Checks the configuration".
fman wrote:issue tracker configured this way.
My XML in TL is:
<issuetracker>
<username>test***</username>
<password>******</password>
<uribase>http://mantis.hg.com.uy/</uribase>
<project>Tickantel</project>
<category>Funcionales</category>
</issuetracker>
fman wrote:Because 1.9.6 is not latest version (and 1.9.7 have been released2 months ago) I suggest to create a sandbox enviroment with Latest TestLink code get from gitoriuos and retest.
Well, I will try then with the latest version.
Thanks :!: