[RESOLVED] Testlink 1.9 and JIRA 4 configuration problems
Posted: Wed May 18, 2011 4:12 pm
Hi folks!
Version: - TestLink 1.9 (Prague)
- JIRA 4
I did the following steps in order to configure JIRA integration via SOAP:
1. Configure JIRA info to the jirasoap.cfg.php config file in the following way.
//-----------------------------------------------------------------------------------------
/** The Username being used by JIRA logon */
define('BUG_TRACK_USERNAME', 'myuser');
/** The Password being used by JIRA logon*/
define('BUG_TRACK_PASSWORD', 'mypassword');
/** link of the web server for JIRA*/
define('BUG_TRACK_HREF',"https://jira/");
/** path of JIRA WSDL */
define('BUG_TRACK_SOAP_HREF', "rpc/soap/jirasoapservice-v2?wsdl");
/** link of the web server for jira ticket*/
define('BUG_TRACK_SHOW_BUG_HREF', "browse/");
/** link of the web server for creating new jira ticket*/
define('BUG_TRACK_ENTER_BUG_HREF',"secure/CreateIssue.jspa");
//-------------------------------------------------------------------------------------------
2. Added $g_interface_bugs='JIRASOAP'; to the custom_config.inc.php file
3. Restarted apache
As a resul I got the following exception when I click on some test case in test execution window:
Fatal error: Uncaught SoapFault exception: WSDL SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://jira/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "https://jira/rpc/soap/jirasoapservice-v2?wsdl" in C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php:63 Stack trace: #0 C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php(63): SoapClient->SoapClient('https://jira/rp...') #1 C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_bugtracking.php(371): jirasoapInterface->jirasoapInterface() #2 C:\xampp\htdocs\testlink-1.9\lib\execute\execSetResults.php(86): require_once('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php on line 63
Could anybody help me to solve my problem?
Thanks in advance!
Sonia
Version: - TestLink 1.9 (Prague)
- JIRA 4
I did the following steps in order to configure JIRA integration via SOAP:
1. Configure JIRA info to the jirasoap.cfg.php config file in the following way.
//-----------------------------------------------------------------------------------------
/** The Username being used by JIRA logon */
define('BUG_TRACK_USERNAME', 'myuser');
/** The Password being used by JIRA logon*/
define('BUG_TRACK_PASSWORD', 'mypassword');
/** link of the web server for JIRA*/
define('BUG_TRACK_HREF',"https://jira/");
/** path of JIRA WSDL */
define('BUG_TRACK_SOAP_HREF', "rpc/soap/jirasoapservice-v2?wsdl");
/** link of the web server for jira ticket*/
define('BUG_TRACK_SHOW_BUG_HREF', "browse/");
/** link of the web server for creating new jira ticket*/
define('BUG_TRACK_ENTER_BUG_HREF',"secure/CreateIssue.jspa");
//-------------------------------------------------------------------------------------------
2. Added $g_interface_bugs='JIRASOAP'; to the custom_config.inc.php file
3. Restarted apache
As a resul I got the following exception when I click on some test case in test execution window:
Fatal error: Uncaught SoapFault exception: WSDL SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://jira/rpc/soap/jirasoapservice-v2?wsdl' : failed to load external entity "https://jira/rpc/soap/jirasoapservice-v2?wsdl" in C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php:63 Stack trace: #0 C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php(63): SoapClient->SoapClient('https://jira/rp...') #1 C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_bugtracking.php(371): jirasoapInterface->jirasoapInterface() #2 C:\xampp\htdocs\testlink-1.9\lib\execute\execSetResults.php(86): require_once('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\testlink-1.9\lib\bugtracking\int_jirasoap.php on line 63
Could anybody help me to solve my problem?
Thanks in advance!
Sonia