Thanks Chintana. I assumed I am missing something. Like an include in php to scripts but there is nothing in the scripts folder. I turned on warnings so this is what I see. (from logon screen)
Warning: WSClient::getProxy(wsf_wsdl.php) [wsclient.getproxy]: failed to open stream: No such file or directory in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 529 Warning: WSClientProxy::__call(wsf_wsdl.php) [wsclientproxy.--call]: failed to open stream: No such file or directory in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 533 Notice: Undefined variable: endPoint in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 539 Warning: WSClient::getProxy(wsf_wsdl.php) [wsclient.getproxy]: failed to open stream: No such file or directory in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 807 Warning: WSClientProxy::__call(wsf_wsdl.php) [wsclientproxy.--call]: failed to open stream: No such file or directory in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 824 Notice: Trying to get property of non-object in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 826 Notice: Trying to get property of non-object in /var/www/html/php_stocktrader/trader_client/request_processor.php on line 826 What did I miss? Thanks! Drew -----Original Message----- From: Chintana Wilamuna [mailto:[email protected]] Sent: Friday, May 22, 2009 12:26 PM To: [email protected] Subject: Re: Building WSF/C (for WSF-PHP) (for Stonehenge PHP) on LINUX On Sat, May 23, 2009 at 12:26 AM, Drew Baird (Volt) <[email protected]> wrote: > Step two in the README.INSTALL for the WS02/PHP download say to download and > extract the WSF/C package. Then run build.sh > > However there is no build.sh in the package. There is a build.bat, > build-samples.sh and a build directory (which does not contain a build.sh > either) > > How shall I proceed. I really need to get this system working ASAP Step 2 is for installing the PHP PECL package. If you complete step one, then you're done. Step 2 is not needed. Bye, -Chintana -- http://engwar.com/
