| |
phpsoa |
Hello All,
I am a newbie to using SCA_SDO with php. The first app i tried
http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/
The client displayed the content as expected when i gave the following
http://localhost/sdo_sca_ibm/client.php
but when i tried for wsdl generation with the following
http://localhost/sdo_sca_ibm/WeatherService.php?wsdl
it threw the following error.
Fatal error: Uncaught SCA_RuntimeException: The soap extension must be
can someone help me in getting rid of this error. Also I would like to
Thanks in advance.
is the one given in the following link.
address in the browser.
(client lies inside "sca_sdo_ibm" directory in document root ie. /var/
www/html )
loaded thrown in /usr/share/pear/SCA/SCA_Helper.php on line 212
know if any configuration changes i have to make in my /etc/php.ini
or to the httpd.conf file to get the SCA_SDO working for php.