Message from discussion
wsdl code generation error.
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Received: by 10.100.43.10 with SMTP id q10mr3040anq.15.1238678227828; Thu, 02
Apr 2009 06:17:07 -0700 (PDT)
Date: Thu, 2 Apr 2009 06:17:07 -0700 (PDT)
X-IP: 203.197.96.50
User-Agent: G2/1.0
X-HTTP-Via: 1.1 INKOLSALCEL01
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5)
Gecko/2008043010 Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5,gzip(gfe),gzip(gfe)
Message-ID: <24bc1048-c004-4be2-b081-668c83254da6@x31g2000prc.googlegroups.com>
Subject: wsdl code generation error.
From: Minkowsky <bmkma...@gmail.com>
To: phpsoa <phpsoa@googlegroups.com>
Hello All,
I am a newbie to using SCA_SDO with php. The first app i tried
is the one given in the following link.
http://www.ibm.com/developerworks/web/library/ws-soa-scasdo/
The client displayed the content as expected when i gave the following
address in the browser.
http://localhost/sdo_sca_ibm/client.php
(client lies inside "sca_sdo_ibm" directory in document root ie. /var/
www/html )
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
loaded thrown in /usr/share/pear/SCA/SCA_Helper.php on line 212
can someone help me in getting rid of this error. Also I would like to
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.
Thanks in advance.