PHP Classes

SOAP 0.12.0

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  SOAP 0.12.0  
Subject:SOAP 0.12.0
Summary:Not able to access avilable classes after package is installed
Messages:2
Author:sandeep prof
Date:2009-09-11 07:42:50
Update:2009-09-19 03:17:40
 

  1. SOAP 0.12.0   Reply   Report abuse  
Picture of sandeep prof sandeep prof - 2009-09-11 08:05:14

We have just installed package (SOAP 0.12.0)

With following code:

if (class_exists('SOAP_Client')) {
echo "SOAP_Client EXISTS";
}
else
{
echo "SOAP_Client NOT EXISTS";
}

OUTPUT : SOAP_Client NOT EXISTS


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


On including file --> require_once('{basepath}/php/SOAP/Client.php');

we are getting following error:
Warning: require_once(SOAP/Value.php) [function.require-once]: failed to open stream: No such file or directory in .....


Can anybody please suggest what we need to do to get it work properly ??





There is 1 reply in this thread, which is not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.