Search found 8 matches

by Martens
Thu Jan 31, 2013 4:28 pm
Forum: TestLink 1.9
Topic: [SOLVED] - Jira configuration - JIRASOAP
Replies: 10
Views: 18893

Re: [SOLVED] - Jira configuration - JIRASOAP

I found the problem. In the XAMPP installation I had to activate the openssl extention.
by Martens
Thu Jan 31, 2013 3:55 pm
Forum: TestLink 1.9
Topic: [SOLVED] - Jira configuration - JIRASOAP
Replies: 10
Views: 18893

Re: [SOLVED] - Jira configuration - JIRASOAP

I have the same problem. The URL works on the machine but under TestLink (1.9.5) it won't do. Here my IssueTrackerConf: <issuetracker> <username>X</username> <password>Y</password> <uribase>https://XXX.XXX/jira/</uribase> <uriwsdl>https://XXX.XXX/jira/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl> <uriv...
by Martens
Tue Oct 16, 2012 1:53 pm
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Re: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE

ok, I am getting close. I found the php_soap.dll for php 5.2.5 on the net, copied it to the ext folder and added it in the php.ini. Now I can see the testcase. BUT :cry: the connection is still not working. I get this: E_NOTICE SoapClient::SoapClient() [<a href='function.SoapClient-SoapClient'>funct...
by Martens
Fri Oct 12, 2012 10:47 am
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Re: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE

Oh, ok.

So here some update on the system.
It's a virtual machine with Windows XP just for Testlink. Back in 2008, I installed everything "by hand".

Installed on it is:
- MySQL Server 5.0
- PHP 5.2.4
- Apache HTTP Server 2.2.4

No package or anything. Can that be the problem?
by Martens
Fri Oct 12, 2012 7:45 am
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Re: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE

I don't think this is a bug. Your demosite works, but in my installation it doesn't.
by Martens
Wed Oct 10, 2012 7:48 am
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Re: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE

More Infos: instead of using CreateIssueDetails!init.jspa it is better to use CreateIssue.jspa. There you don't need to declare project AND error type, one or none is good. BUT... I tried with <uricreate> and without. If I activate the Issue Tracker I get no Testcases in the Test Execution, just a b...
by Martens
Thu Oct 04, 2012 4:20 pm
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Re: Jira 4.3.3 and Testlink 1.9.4

I tried, but its not working. Almost the same error. Still Failure loading XML STRING EntityRef: expecting ';' but the Testcase and the errormessage (IssueTracker not configured ....) is shown underneath. One other difference I found. The example for the IssueTracker is shown in the Demo, but not he...
by Martens
Thu Oct 04, 2012 10:30 am
Forum: TestLink 1.9
Topic: Jira 4.3.3 and Testlink 1.9.4 - & ISSUE
Replies: 13
Views: 15363

Jira 4.3.3 and Testlink 1.9.4 - & ISSUE

Hi, I have successfully migrated (a Copy) of our TestLink 1.7.5 to 1.9.4 :D. Now I try to integrate our Jira (v4.3.3#617-r149616) into TestLink with these settings: <!-- Template jirasoapInterface --> <issuetracker> <username>XXX</username> <password>XXX</password> <uribase>https://XXX.de/jira/</uri...