Page 1 of 1

Issue tracker using soap: where to find SoapClient.class.php

Posted: Wed Sep 19, 2012 8:31 pm
by denjolras
Sorry to post here an issue with my OS. I know it's not a testlink issue, but it's related ;-) :

I'm trying to create a new issuetracker integration using soap, and I have an issue ;-)
I can see this error under the logs :
userlog0.log:require_once(SoapClient.class.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory - in /DT/testlink/www/testlink-1.9.4.des/lib/functions/common.php - Line 99

I've installed php-soap:
php-soap.i386 5.2.17-jason.2 installed

but still no file SoapClient.class.php on disk :-(
I'm using Centos 5.8

How have you installed your SoapClient ?

Re: Issue tracker using soap: where to find SoapClient.class

Posted: Thu Sep 20, 2012 10:15 pm
by fman
Something is going wrong, and autoloader feature of PHP is trying to create an object of SoapClient class.
Give a look to our jirasoap implementation and mantis soap, this have to help you.
I think I'm using soap functions from Zend Framework