On Sat, May 23, 2009 at 2:00 AM, Drew Baird (Volt)
<[email protected]> wrote:

> 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?

I'm not sure what the exact error is. Assuming you have WSF/PHP
installed correctly, you can verify this by creating a PHP file with
the following content,

<?php

phpinfo();

?>

and look for the WSF section in loaded extensions. Easiest way to get
Stonehenge PHP working is copy the php_stocktrader folder to your
document root and change the listen port for Apache to 8080.

HTH,

Bye,

    -Chintana

-- 
http://engwar.com/

Reply via email to