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

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
denjolras
TestLink user
Posts: 12
Joined: Wed Dec 08, 2010 2:25 pm

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

Post 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 ?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

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

Post 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
Post Reply