2017-04-22 11 views
1

testlink 1.9.16とmantis bugtracker 2.3.1をwamp server 3.0.6にインストールしました。テストリンクとmantis(インタフェース:SOAP)

私はsoapインターフェイスにmantisとteslinkを統合しようとしました。

-in TESTLINKイベント: "SOAP障害:(コード:クライアント、文字列:私たちは何のXMLドキュメントを持っていないように見える)"

C -in:\ wamp64しかし、私はこれらのエラーを取得しています\ログ\ php_error.log:

<!-- 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> 
:これはTESTLINKでmantisbtのための私の設定が

[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 

です0

誰もがこれについて考えている?

ありがとうございました。

答えて

0

設定のコメントを削除して確認してください。私の設定を確認してください

<issuetracker> 
<username>administrator</username> 
<password>admin123</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> 
<project>Testing</project> 
<category>development</category> 
<resolvedstatus> 
<status><code>80</code><verbose>resolved</verbose></status> 
<status><code>90</code><verbose>closed</verbose></status> 
</resolvedstatus> 
</issuetracker> 
関連する問題