SOAP-ERROR After Mantis upgrade to 1.2.15

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
MarceUru
Advanced user
Posts: 23
Joined: Wed Jul 14, 2010 5:49 pm
Location: Montevideo

SOAP-ERROR After Mantis upgrade to 1.2.15

Post 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 :!:
"Nada se crea, nada se destruye, todo se transforma"
Lavoisier
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: SOAP-ERROR After Mantis upgrade to 1.2.15

Post 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.
MarceUru
Advanced user
Posts: 23
Joined: Wed Jul 14, 2010 5:49 pm
Location: Montevideo

Re: SOAP-ERROR After Mantis upgrade to 1.2.15

Post 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 :!:
"Nada se crea, nada se destruye, todo se transforma"
Lavoisier
Post Reply