teslink integration with mantisbt on soap interface

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
hk_1994
Posts: 1
Joined: 22 Apr 2017, 13:57

teslink integration with mantisbt on soap interface

Post by hk_1994 »

hi, i have installed testlink 1.9.16 and mantis bugtracker 2.3.1 on wamp server 3.0.6.

i tried to integrate mantis and teslink on soap interface . but i'm getting these errors:

-in testlink events :"SOAP Fault: (code: Client, string: looks like we got no XML document)"

-in C:\wamp64\logs\php_error.log :

Code: Select all

    [22-Apr-2017 13:06:53 UTC] PHP Fatal error:  Uncaught SoapFault exception: [Server] Error Type: SYSTEM WARNING,
    Error Description: Cannot modify header information - headers already sent in C:\wamp64\www\mantis\api\soap\mc_api.php:668
    Stack trace:
    
        #0 [internal function]: mc_error_handler(2, 'Cannot modify h...', 'C:\\wamp64\\www\\m...', 84, Array)
        #1 C:\wamp64\www\mantis\api\soap\mantisconnect.php(84): SoapServer->handle()
        #2 {main}
          thrown in C:\wamp64\www\mantis\api\soap\mc_api.php on line 668
this is my configuration for mantisbt in testlink:

Code: Select all

    <!-- Template mantissoapInterface -->
    <issuetracker>
    <username>administrator</username>
    <password>toor</password>
    <uribase>http://localhost/mantis/</uribase>
    
    <uriwsdl>http://localhost/mantis/api/soap/mantisconnect.php?wsdl</uriwsdl>
    <uriview>http://localhost/mantis/view.php?id=</uriview>
    <uricreate>http://localhost/mantis/</uricreate>
    <!-- Configure This if you want be able TO CREATE ISSUES -->
    <project>demo_bt</project>
    <category>selenium</category>
    
    </issuetracker>
Anybody have any idea about this?

thanks.
Post Reply