RE: [PHP] Need a working SOAP example using SOAP -- PHP is blocking the calls

2007-04-10 Thread Richard Lynch
So gabriel, whatever machine that is, is broken, and it's running Windows. Can you surf to locutus SOAP and make it work from any other box that is not Windows? How about another box that IS Windows. If gabriel is the only broken box in the world, you know that problem is on gabriel. On M

Re: [PHP] Need a working SOAP example using SOAP -- PHP is blocking the calls

2007-04-09 Thread Jochem Maas
Daevid Vincent wrote: c, could you be having a problem related to the allow_url_fopen ini setting? >>> Now we're talkin! >>> >>> Okay, I made sure that allow_url_fopen and >>> allow_url_include are both "on". >>> Verified via phpinfo(); >>> >>> Still no luck. :-\ >>> >>> However, this s

Re: [PHP] Need a working SOAP example using SOAP -- PHP is blocking the calls

2007-04-09 Thread Lori Lay
Daevid Vincent wrote: c, could you be having a problem related to the allow_url_fopen ini setting? Now we're talkin! Okay, I made sure that allow_url_fopen and allow_url_include are both "on". Verified via phpinfo(); Still no luck. :-\ However, this sparked an idea... I have been

RE: [PHP] Need a working SOAP example using SOAP -- PHP is blocking the calls (scripts)

2007-04-09 Thread Daevid Vincent
Here is the code I'm using: client1.php http://machine.locutus.com/StockQuote/stockquote.wsdl";, # $client = new SoapClient("https://admin:[EMAIL PROTECTED]/stockquote.wsdl", array( # "login" => "admin", #

RE: [PHP] Need a working SOAP example using SOAP -- PHP is blocking the calls

2007-04-09 Thread Daevid Vincent
> >> c, could you be having a problem related to the > >> allow_url_fopen ini setting? > > > > Now we're talkin! > > > > Okay, I made sure that allow_url_fopen and > > allow_url_include are both "on". > > Verified via phpinfo(); > > > > Still no luck. :-\ > > > > However, this sparked an idea