[phpsoa] Re: problem with require_once and global

2007-03-14 Thread mbertazz
of a webservice call. thank you again, mbertazz On Mar 14, 6:24 pm, Matthew Peters [EMAIL PROTECTED] wrote: Hi mbertazz, This is a tricky little problem. The essence of the problem is that config.php only expects to find itself called from the very top level script, where all variables

[phpsoa] Re: problem with require_once and global

2007-03-20 Thread mbertazz
Thank you very much Matthew! It's ok. Good night, Matteo On Mar 15, 12:37 pm, Matthew Peters [EMAIL PROTECTED] wrote: Hi mbertazz, Well, it was solved pretty simply by putting require_once('config.php') at the top of pippo.php, before the include for SCA.php. When pippo.php gets called

[phpsoa] passing parameters by reference

2007-09-18 Thread mbertazz
Hi all, i've a question about passing parameters by reference and not by value. I'm using WS binding to talk with a remote service. I can't change or ask to change that remote service and it use a by reference approach. Is there some way to use SCA impl. in this particular case? I think it's not